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