Validates shape to be stored in a DirectShape.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidShape(
ExternallyTaggedGeometryObject externallyTaggedGeometry
)
Parameters
- externallyTaggedGeometry ExternallyTaggedGeometryObject
-
The supported types of GeometryObjects are: Solid, Mesh, GeometryInstance, Point and Curve.
Return Value
Boolean
True if the supplied shape passes the validation criteria.
Exceptions
Remarks
This function uses the same criteria as IsValidShape(GeometryObject).
See Also
Reference