Validates that the input DirectShapeReferenceOptions are suitable for creating a direct shape reference object.
If the options specify an ExternalGeometryId, it must not correspond to any existing reference object
belonging to the DirectShapeType.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool AreValidDirectShapeReferenceOptions(
DirectShapeReferenceOptions options
)
Parameters
- options DirectShapeReferenceOptions
-
The options to test.
Return Value
Boolean
True if the options can be used to add a reference object to this DirectShapeType.
Exceptions
See Also
Reference