Gets or sets the declination; the angle from the X-Y plane of the coordinate system to the spin axis vector. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property Declination() As System.Object |
[C#] |
---|
public System.Object Declination {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_Declination(); |
[Unmanaged C++] |
---|
public: HRESULT get_Declination( VARIANT * pVal ); public: HRESULT put_Declination( VARIANT newVal ); |
[Java] |
---|
public AgVariant getDeclination(); public void setDeclination( AgVariant ); |