Vehicle.ThreeDModelFile Property

Top 

Description

The file name of the file containing the 3D model that will represent the Vehicle in a Mission View.

 

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:

"Internal::GlobalStar"

 

Syntax

myString1 = myVehicle1.ThreeDModelFile;

 

myVehicle1.ThreeDModelFile = myString1;

 

See also

Vehicle Object