An enumerated type containing possible referencing options for DirectShapes.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2016
Since: 2016
Syntax
| C# |
|---|
public enum DirectShapeReferencingOption |
| Visual Basic |
|---|
Public Enumeration DirectShapeReferencingOption |
| Visual C++ |
|---|
public enum class DirectShapeReferencingOption |
Members
| Member name | Description |
|---|---|
| NotReferenceable | The associated DirectShape shall not be referenceable. |
| Referenceable | The associated DirectShape may be dimensioned and/or otherwise referenced. |