Gets the object that contains information about the code used to construct the FeatureLine.

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

Syntax

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

See Also