Vehicle.CelestialObjectWidth(Variable) Method

Top 

Description

Returns the angular width of the CelestialObject whose BodyID matches the provided coID as observed from the Vehicle position.

 

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.

 

Method Signature

Vehicle.CelestialObjectWidth(

Variable coID)

 

 

Arguments

coID


Description:

The CelestialObject.BodyID representing the celestial object to use.

Valid Range:

coID ≥ 0

 

 

 

Return Value

Type:

number

Units:

deg

 

 

Returns the angular width of the specified CelestialObject.

 

Syntax

myVariable1 = myVehicle1.CelestialObjectWidth(myVariable2);

 

 

See also

Vehicle Object

Vehicle.CelestialObjectWidth