AGI STK Util 11Send 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 VARIANT getDec();
public void setDec(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.