Locates the point's position in a specified coordinate system.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnPointLocateInSystemResult LocateInSystem( System.Object Epoch, IAgCrdnSystem System ); |
| [Managed C++] |
|---|
public: IAgCrdnPointLocateInSystemResult^ LocateInSystem( VARIANT Epoch, IAgCrdnSystem ^ System ); |
| [Unmanaged C++] |
|---|
|
| [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] | ||
|---|---|---|
| ||





