Description
Gets the central body detic surface normal vector as an array of length 3 where the x component is array(0), y component is array(1), and z component is array(2). The surface normal is computed for the current latitude and longitude. All values in meters.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property SurfaceNormalDeticArray() As System.Array
|
[C#] |
---|
public System.Array SurfaceNormalDeticArray {get;}
|
[Managed C++] |
---|
public: __property System::Array get_SurfaceNormalDeticArray();
|
[Unmanaged C++] |
---|
public: HRESULT get_SurfaceNormalDeticArray(
SAFEARRAY * * ppArray
);
|
[Java] |
---|
public AgSafeArray getSurfaceNormalDeticArray();
|
See Also