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 * pRetVal
);
public: HRESULT put_Dec(
   VARIANT NewDec
);
[Java]
public Variant getDec();public void setDec(
   Variant
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.