DirectShapeReferencingOption Enumeration |
An enumerated type containing possible referencing options for DirectShapes.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum DirectShapeReferencingOption
Public Enumeration DirectShapeReferencingOption
public enum class DirectShapeReferencingOption
type DirectShapeReferencingOption
MembersMember name | Value | Description |
---|
NotReferenceable | 0 |
The associated DirectShape shall not be referenceable.
|
Referenceable | 1 |
The associated DirectShape may be dimensioned and/or otherwise referenced.
|
See Also