STK UtilSend comments on this topic.
Dec Property (IAgDirectionRADec)
See Also
Windows





Windows & Linux

Description

Declination: angle above the x-y plane. Uses Latitude Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Dec() As System.Object
[C#]
public System.Object Dec {get; set;}
[Managed C++]
public: __property VARIANT get_Dec();
public: __property void set_Dec( VARIANT );
[Unmanaged C++]
public: HRESULT get_Dec(
    VARIANT * pVal
);
public: HRESULT put_Dec(
    VARIANT vLat
);
[Java]
public AgVariant getDec();
public void setDec(
    AgVariant
);
[Python - STK API ]
@property
def Dec(self) -> typing.Any:

@Dec.setter
def Dec(self, vLat:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.