Description:

Gets a polyline at an index.

Syntax:
public Polyline PolylineAt(
int index
)
Parameters:
  • index
  • Type: int
  • The index.
Returns:
Type: Polyline
The polyline if successful, None otherwise.
Available since:
8.0

Nothing found