UsedIn 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.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public PropertyEnum<LayoutModeType> UsedIn { get; }

Visual Basic

Public ReadOnly Property UsedIn As PropertyEnum(Of LayoutModeType)
	Get

Visual C++

public:
property PropertyEnum<LayoutModeType>^ UsedIn {
	PropertyEnum<LayoutModeType>^ get ();
}

See Also