FeatureLineGetPoints Method |
Gets the feature line points by type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3dCollection GetPoints(
FeatureLinePointType type
)
Public Function GetPoints (
type As FeatureLinePointType
) As Point3dCollection
public:
Point3dCollection^ GetPoints(
FeatureLinePointType type
)
Parameters
- type FeatureLinePointType
-
Return Value
Point3dCollection
See Also