Gets the object that contains information about the code used to construct the FeatureLine.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public FeatureLineCodeInfo FeatureLineCodeInfo { get; }
Visual Basic
Public ReadOnly Property FeatureLineCodeInfo As FeatureLineCodeInfo Get
Visual C++
public: property FeatureLineCodeInfo^ FeatureLineCodeInfo { FeatureLineCodeInfo^ get (); }