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.7.0.1276
Syntax
C#
public FeatureLineCodeInfo FeatureLineCodeInfo { get; }
VB
Public ReadOnly Property FeatureLineCodeInfo As FeatureLineCodeInfo Get
C++
public: property FeatureLineCodeInfo^ FeatureLineCodeInfo { FeatureLineCodeInfo^ get (); }