Gets a copy of the current options for this DirectShapeType.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2021

Syntax

C#
public DirectShapeTypeOptions GetOptions()
Visual Basic
Public Function GetOptions As DirectShapeTypeOptions
Visual C++
public:
DirectShapeTypeOptions^ GetOptions()

Return Value

Options currently set for this DirectShapeType.

See Also