Share

CorridorSlopePattern.FeatureLine2 Property

Gets the second corridor feature line of the CorridorSlopePattern.



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

Syntax

C#

public CorridorFeatureLine FeatureLine2 { get; }

VB

Public ReadOnly Property FeatureLine2 As CorridorFeatureLine
	Get

C++

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

Property Value

CorridorFeatureLine

See Also

Reference

Was this information helpful?