Locates the point's position in a specified coordinate system.
[Visual Basic .NET] |
---|
Public Function LocateInSystem( _ ByVal Epoch As System.Object, _ ByVal System As IAgCrdnSystem _ ) As IAgCrdnPointLocateInSystemResult |
[C#] |
---|
public IAgCrdnPointLocateInSystemResult LocateInSystem( System.Object Epoch, IAgCrdnSystem System ); |
[Managed C++] |
---|
public: IAgCrdnPointLocateInSystemResult^ LocateInSystem( VARIANT Epoch, IAgCrdnSystem ^ System ); |
[Unmanaged C++] |
---|
public: HRESULT LocateInSystem( VARIANT Epoch, IAgCrdnSystem * System, IAgCrdnPointLocateInSystemResult ** ppRetVal ); |
[Java] |
---|
public IAgCrdnPointLocateInSystemResult locateInSystem( AgVariant Epoch, IAgCrdnSystem System ); |
[Python - STK API ] |
---|
def LocateInSystem(self, Epoch:typing.Any, System:"IAgCrdnSystem") -> "IAgCrdnPointLocateInSystemResult": |
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
- System
- Specify a coordinate system.
Locates a point in the Earth's Fixed reference frame.
[C#] | ||
---|---|---|
|
Locates a point in the Earth's Fixed reference frame.
[Visual Basic .NET] | ||
---|---|---|
|