FeatureLine1 Property

Gets the first corridor feature line of the CorridorSlopePattern.

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

Syntax

C#

public CorridorFeatureLine FeatureLine1 { get; }

Visual Basic

Public ReadOnly Property FeatureLine1 As CorridorFeatureLine
	Get

Visual C++

public:
property CorridorFeatureLine^ FeatureLine1 {
	CorridorFeatureLine^ get ();
}

See Also