GroundVehicle.VelocityStateType Property

Top 

Description

Determines whether to use the Heading/Speed or the Surface Velocity when serializing a GroundVehicle.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"Heading-Speed" ( Heading-Speed )

Valid Values:

Value

Label

"Heading-Speed"

Heading-Speed

"Surface-Velocity"

Surface-Velocity

 

Syntax

myString1 = myGroundVehicle1.VelocityStateType;

 

myGroundVehicle1.VelocityStateType = myString1;

 

See also

GroundVehicle Object