LengthType Property

Gets the enumeration value that specifies how to define the length of the label line component.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public PropertyEnum<LabelStyleLengthType> LengthType { get; }

Visual Basic

Public ReadOnly Property LengthType As PropertyEnum(Of LabelStyleLengthType)
	Get

Visual C++

public:
property PropertyEnum<LabelStyleLengthType>^ LengthType {
	PropertyEnum<LabelStyleLengthType>^ get ();
}

See Also