Gets the feature line code info collection for the corridor.

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

Syntax

C#
public FeatureLineCodeInfoCollection FeatureLineCodeInfos { get; }
Visual Basic
Public ReadOnly Property FeatureLineCodeInfos As FeatureLineCodeInfoCollection
	Get
Visual C++
public:
property FeatureLineCodeInfoCollection^ FeatureLineCodeInfos {
	FeatureLineCodeInfoCollection^ get ();
}

See Also