AGI STK Util 11 Send comments on this topic.
Dec Property (IAgDirectionRADec)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1