CorridorFeatureLineFeatureLinePoints Property |
Gets the collection of all points that make up the feature line.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic FeatureLinePointCollection FeatureLinePoints { get; }
Public ReadOnly Property FeatureLinePoints As FeatureLinePointCollection
Get
public:
property FeatureLinePointCollection^ FeatureLinePoints {
FeatureLinePointCollection^ get ();
}
Property Value
FeatureLinePointCollection
See Also