Computes the position and X and Y axes in the
specified coordinate system.
| [Visual Basic .NET] |
|---|
Public Function FindInSystem( _
ByVal Epoch As System.Object, _
ByVal System As IAgCrdnSystem _
) As IAgCrdnPlaneFindInSystemResult
|
| [C#] |
|---|
public IAgCrdnPlaneFindInSystemResult FindInSystem(
|
| [Managed C++] |
|---|
public: IAgCrdnPlaneFindInSystemResult^ FindInSystem(
|
| [Java] |
|---|
public IAgCrdnPlaneFindInSystemResult findInSystem(
|
| [Unmanaged C++] |
|---|
public: HRESULT FindInSystem(
|
- 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 an input system.