GetPoints Method

Gets the feature line points by type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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
)

See Also