DirectShapeReferencingOption Enumeration

DirectShapeReferencingOption Enumeration

An enumerated type containing possible referencing options for DirectShapes.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum DirectShapeReferencingOption
Public Enumeration DirectShapeReferencingOption
public enum class DirectShapeReferencingOption
type DirectShapeReferencingOption
Members
Member nameValueDescription
NotReferenceable0 The associated DirectShape shall not be referenceable.
Referenceable1 The associated DirectShape may be dimensioned and/or otherwise referenced.
See Also