LabelStyleBlockComponentStyleGeneralUsedIn Property |
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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<LayoutModeType> UsedIn { get; }
Public ReadOnly Property UsedIn As PropertyEnum(Of LayoutModeType)
Get
public:
property PropertyEnum<LayoutModeType>^ UsedIn {
PropertyEnum<LayoutModeType>^ get ();
}
Property Value
PropertyEnumLayoutModeType
See Also