Revit 2025.3 API
Direct |
Gets a copy of the current options for this DirectShape.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public DirectShapeOptions GetOptions()
Public Function GetOptions As DirectShapeOptions
public: DirectShapeOptions^ GetOptions()
member GetOptions : unit -> DirectShapeOptions
Return Value
DirectShapeOptionsOptions currently set for this DirectShape.
See Also