ArcOutLength Property

Gets or sets the length of the outgoing Arc.

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

Syntax

C#

public double ArcOutLength { get; set; }

Visual Basic

Public Property ArcOutLength As Double
	Get
	Set

Visual C++

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

See Also