The CurveToPoints method converts the selected curves into points.
Syntax
object.CurveToPoints
Example
'CurveToPoints
'Select the area with PID "16023"
Plot.Layers.ActiveLayer.Shapes.SelectByPID(PIDName:="16023")
'Change any polygons in the selection to polylines
Selection.AreaToCurve
'Change any poylines in the selection to points
Selection.CurveToPoints
Used by: Selection collection