The ways in which an ExternallyTaggedNonBRep can be used in Revit.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum ExternallyTaggedNonBRepUsage
Members
Member name | Value | Description |
---|---|---|
Displayable | 0 | Can be used for display purposes. |
Referenceable | 3 | Can be dimensioned to as well as snapped to. |
Selectable | 1 | Can be selected as well as displayed. |
Snappable | 2 | Can be snapped to as well as selected. |