STK ObjectsSend comments on this topic.
Azimuth Property (IAgTerrainNormSlopeAzimuth)
See Also
Windows





Windows & Linux

Description

Specify the Azimuth (measured in an easterly sense from local north) of the normal to local terrain. This may also be thought of as the azimuth of the downhill direction. Uses Longitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Azimuth() As System.Object
[C#]
public System.Object Azimuth {get; set;}
[Managed C++]
public: __property VARIANT get_Azimuth();
public: __property void set_Azimuth( VARIANT );
[Unmanaged C++]
public: HRESULT get_Azimuth(
    VARIANT * pVal
);
public: HRESULT put_Azimuth(
    VARIANT pVal
);
[Java]
public AgVariant getAzimuth();
public void setAzimuth(
    AgVariant
);
[Python - STK API ]
@property
def Azimuth(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.