If the IPosition object is used to create a location object, the distance specifies a distance from which the x, y, and altitude coordinates must be viewed. If this property is set to -1, the recommended viewing distance for the object, based on its size, will be automatically calculated when needed (e.g. before Fly To operation).
JavaScript |
|
Distance |
C# |
|
double Distance { get; set; } |
C++ |
|
HRESULT Distance([out, retval] double* pVal) HRESULT Distance([in] double pVal) |