Validates a shape represented as a collection of geometry objects for use as a view-specific shape.
The objects are expected to be either points, curves or polylines.
Curves are expected to be flat and lie in a plane perpendicular to view normal as defined by view type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool ValidateShape(
IList<GeometryObject> shape,
DirectShapeTargetViewType targetViewType
)
Parameters
- shape IList<GeometryObject>
-
- targetViewType DirectShapeTargetViewType
-
Return Value
Boolean
Returns true if %shape% may be used as a view-specific shape representation, false otherwise.
Exceptions
See Also
Reference