 Description
Description
Declination: angle above the x-y plane. Uses Latitude Dimension.
 Property type
Property type
Read-write property
 Syntax
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 AgVariant getDec();
public void setDec(
    AgVariant
);
 | 
| [Python - STK API] | 
|---|
| @property
def Dec(self) -> typing.Any:
@Dec.setter
def Dec(self, vLat:typing.Any) -> None:
 | 
 See Also
See Also