Half width distance, specifying the swath limits as a distance away from the subsatellite point as measured along the surface of the central body. Range 0-infinity. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property Distance() As Double |
[C#] |
---|
public double Distance {get; set;} |
[Managed C++] |
---|
public: __property double get_Distance(); |
[Unmanaged C++] |
---|
public: HRESULT get_Distance( double * pVal ); public: HRESULT put_Distance( double Distance ); |
[Java] |
---|
public double getDistance(); public void setDistance( double ); |