AGI STK Objects 11Send comments on this topic.
Slope Property (IAgTerrainNormSlopeAzimuth)
See Also
Windows






Windows & Linux

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 * pVal
);
public: HRESULT put_Slope(
    VARIANT pVal
);
[Java]
public VARIANT getSlope();
public void setSlope(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.