InitFrom

Initializes an IPosition object based on a string of comma separated position values in the following order: X/Longitude, Y/Latitude, Altitude, Yaw, Pitch, Roll, Distance, AltitudeType.

 

JavaScript

 

InitFrom(

       var)

 

C#

 

void InitFrom(

       object var)

 

C++

 

HRESULT InitFrom(

       VARIANT var)

Parameters

var

A string of comma separated position values in the following order: X/Longitude, Y/Latitude, Altitude, Yaw, Pitch, Roll, Distance, AltitudeType.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.