Description
Specify an epoch at which the coning vector is aligned with the reference vector.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property StartEpoch() As System.Object
|
[C#] |
---|
public System.Object StartEpoch {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_StartEpoch(); public: __property void set_StartEpoch(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_StartEpoch(
VARIANT * pRetVal
);
public: HRESULT put_StartEpoch(
VARIANT StartEpoch
);
|
[Java] |
---|
public AgVariant getStartEpoch();
public void setStartEpoch(
AgVariant
);
|
[Python - STK API] |
---|
@property
def StartEpoch(self) -> typing.Any:
@StartEpoch.setter
def StartEpoch(self, StartEpoch:typing.Any) -> None:
|
See Also