Validates that the given DirectShapeOptions are allowed if this DirectShape is transient.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool AreOptionsValidForTransientDirectShape(
DirectShapeOptions options
)
Parameters
- options DirectShapeOptions
-
The options object.
Return Value
Boolean
True if the DirectShapeOptions are valid; false otherwise.
Exceptions
See Also
Reference