FixedLength Property

Gets whether the arrow length is controlled by the length setting or by the length of the object being labeled.

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

Syntax

C#

public PropertyBoolean FixedLength { get; }

Visual Basic

Public ReadOnly Property FixedLength As PropertyBoolean
	Get

Visual C++

public:
property PropertyBoolean^ FixedLength {
	PropertyBoolean^ get ();
}

See Also