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.
Read-write property
[Visual Basic .NET] |
---|
Public Property Slope() As System.Object |
[C#] |
---|
public System.Object Slope {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Slope(); |
[Unmanaged C++] |
---|
public: HRESULT get_Slope( VARIANT * pVal ); public: HRESULT put_Slope( VARIANT pVal ); |
[Java] |
---|
public AgVariant getSlope(); public void setSlope( AgVariant ); |