ViewShapeBuilderValidateShape Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static bool ValidateShape(
IList<GeometryObject> shape,
DirectShapeTargetViewType targetViewType
)
Public Shared Function ValidateShape (
shape As IList(Of GeometryObject),
targetViewType As DirectShapeTargetViewType
) As Boolean
public:
static bool ValidateShape(
IList<GeometryObject^>^ shape,
DirectShapeTargetViewType targetViewType
)
static member ValidateShape :
shape : IList<GeometryObject> *
targetViewType : DirectShapeTargetViewType -> bool
Parameters
- shape IListGeometryObject
-
- targetViewType DirectShapeTargetViewType
-
Return Value
Boolean
See Also