Length Property

Specifies the length value in drawing units (usually feet or meters). The line is trimmed if the slope is shorter than this length.

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

Syntax

C#

public double Length { get; set; }

Visual Basic

Public Property Length As Double
	Get
	Set

Visual C++

public:
property double Length {
	double get ();
	void set (double value);
}

See Also