Gets the feature line points by type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
)

See Also