Gets the collection of all points that make up the feature line.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public FeatureLinePointCollection FeatureLinePoints { get; }
VB
Public ReadOnly Property FeatureLinePoints As FeatureLinePointCollection Get
C++
public: property FeatureLinePointCollection^ FeatureLinePoints { FeatureLinePointCollection^ get (); }