Description
The date and Time used as reference epoch for degradation. Uses DateFormat Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ReferenceEpoch() As System.Object
|
| [C#] |
|---|
public System.Object ReferenceEpoch {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_ReferenceEpoch(); public: __property void set_ReferenceEpoch(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ReferenceEpoch(
VARIANT * pVal
);
public: HRESULT put_ReferenceEpoch(
VARIANT InVal
);
|
| [Java] |
|---|
public AgVariant getReferenceEpoch();
public void setReferenceEpoch(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def ReferenceEpoch(self) -> typing.Any:
@ReferenceEpoch.setter
def ReferenceEpoch(self, InVal:typing.Any) -> None:
|
See Also