VehicleGraphics2DWaypointMarkersCollection#

class ansys.stk.core.stkobjects.VehicleGraphics2DWaypointMarkersCollection#

A list of 2D definitions for the vehicle way points.

Overview#

item

Given an index, returns an element in the collection.

count

Return the number of elements in a collection.

_new_enum

Return an enumerator that can iterate through the collection.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DWaypointMarkersCollection

Property detail#

property VehicleGraphics2DWaypointMarkersCollection.count: int#

Return the number of elements in a collection.

property VehicleGraphics2DWaypointMarkersCollection._new_enum: EnumeratorProxy#

Return an enumerator that can iterate through the collection.

Method detail#

VehicleGraphics2DWaypointMarkersCollection.item(self, index: int) VehicleGraphics2DWaypointMarkersElement#

Given an index, returns an element in the collection.

Parameters:

index : int

Returns:

VehicleGraphics2DWaypointMarkersElement