Share

FeatureLine.GetPoints Method

Gets the feature line points by type.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public Point3dCollection GetPoints(
	FeatureLinePointType type
)

VB

Public Function GetPoints ( 
	type As FeatureLinePointType
) As Point3dCollection

C++

public:
Point3dCollection^ GetPoints(
	FeatureLinePointType type
)

Parameters

type  FeatureLinePointType
 

Return Value

Point3dCollection

See Also

Reference

Was this information helpful?