Share

LabelStyleLineComponent.StyleLine.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.8.0.280

Syntax

C#

public PropertyEnum<LabelStyleLengthType> LengthType { get; }

VB

Public ReadOnly Property LengthType As PropertyEnum(Of LabelStyleLengthType)
	Get

C++

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

Property Value

PropertyEnumLabelStyleLengthType

See Also

Reference

Was this information helpful?