PolylineType Property
The PolylineType property returns the type of line. Returns the srfPolylineType for the selected polyline. This is a read-only property. To create a line using the desired type, use the AddPolyLine2.
Syntax
object.PolylineType
Example
This example demonstrates how to return the type of polyline created.
Debug.Print PolyLine2.PolylineType
Used by: Polyline object