STK ObjectsSend 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 AgVariant getSlope();
public void setSlope(
    AgVariant
);
[Python - STK API ]
@property
def Slope(self) -> typing.Any:

@Slope.setter
def Slope(self, pVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.