Gets the first corridor feature line of the CorridorSlopePattern.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public CorridorFeatureLine FeatureLine1 { get; }
VB
Public ReadOnly Property FeatureLine1 As CorridorFeatureLine Get
C++
public: property CorridorFeatureLine^ FeatureLine1 { CorridorFeatureLine^ get (); }