Gets the display mode in which the component is used;for example if this is set to label, only display the component when display mode is set to label.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<LayoutModeType> UsedIn { get; }
VB
Public ReadOnly Property UsedIn As PropertyEnum(Of LayoutModeType) Get
C++
public: property PropertyEnum<LayoutModeType>^ UsedIn { PropertyEnum<LayoutModeType>^ get (); }