Share

AlignmentCurve.Length Property

Gets the length of the AlignmentCurve.



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

Syntax

C#

public virtual double Length { get; set; }

VB

Public Overridable Property Length As Double
	Get
	Set

C++

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

Property Value

Double

See Also

Reference

Was this information helpful?