Description
The declination; the angle from the X-Y plane of the coordinate system to the spin axis vector. Uses Angle Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Declination() As System.Object
|
| [C#] |
|---|
public System.Object Declination {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Declination(); public: __property void set_Declination( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Declination( VARIANT * pRetVal ); public: HRESULT put_Declination( VARIANT NewDeclination );
|
| [Java] |
|---|
public Variant getDeclination(); public void setDeclination( Variant );
|
See Also