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(
|
| [Managed C++] |
|---|
public: IAgCrdnPointLocateInSystemResult^ LocateInSystem(
|
| [Java] |
|---|
public IAgCrdnPointLocateInSystemResult locateInSystem(
|
| [Unmanaged C++] |
|---|
public: HRESULT LocateInSystem(
|
- 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#] | Copy Code
|
|
|---|---|---|
|
||
Locates a point in
the Earth's Fixed reference frame.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||