Description
The coordinate system epoch for the CoordinateSystem, expressed as a string in format given by DateAbbrv. Not needed for systems with fixed epochs (like ICRF, J2000, B1950).
Syntax
| [Visual Basic .NET] |
|---|
Public Sub SetCoordinateSystemEpoch( _
ByVal DateAbbrv As String, _
ByVal Epoch As String _
)
|
| [C#] |
|---|
public void SetCoordinateSystemEpoch(
string DateAbbrv,
string Epoch
);
|
| [Managed C++] |
|---|
public: void SetCoordinateSystemEpoch(
String __gc ^ DateAbbrv,
String __gc ^ Epoch
);
|
| [Unmanaged C++] |
|---|
public: HRESULT SetCoordinateSystemEpoch(
BSTR DateAbbrv,
BSTR Epoch
);
|
| [Java] |
|---|
public void setCoordinateSystemEpoch(
String DateAbbrv,
String Epoch
);
|
[Python - STK API ] |
|---|
def SetCoordinateSystemEpoch(self, DateAbbrv:str, Epoch:str) -> None:
|
Parameters
See Also