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