Description
Specify the Slope of the local terrain,
defined as the angle between the normal to the local terrain and
local surface normal, where the local surface normal is defined by
the reference shape of the globe. Uses Angle Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property Slope() As System.Object
|
[C#] |
public System.Object Slope {get; set;}
|
[Managed C++] |
public: __property VARIANT get_Slope();
public: __property void set_Slope(
VARIANT
);
|
[Unmanaged C++] |
public: HRESULT get_Slope(
VARIANT * pRetVal
);
public: HRESULT put_Slope(
VARIANT NewSlope
);
|
[Java] |
public Variant getSlope();public void setSlope(
Variant
);
|
See Also