Validates shape to be stored in a DirectShapeType.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsValidShape( ExternallyTaggedGeometryObject externallyTaggedGeometry )
Parameters
- externallyTaggedGeometry ExternallyTaggedGeometryObject
- The supported types of GeometryObjects are: Solid, Mesh, GeometryInstance, Point and Curve.
Return Value
BooleanTrue if the supplied shape passes the validation criteria.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |