Gets the feature line points by type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public Point3dCollection GetPoints( FeatureLinePointType type )
Visual Basic
Public Function GetPoints ( _ type As FeatureLinePointType _ ) As Point3dCollection
Visual C++
public: Point3dCollection^ GetPoints( FeatureLinePointType type )
Parameters
- type
- Type: Autodesk.Civil.FeatureLinePointType