Locates the point's position and velocity in a specified coordinate system.
[Visual Basic .NET] |
---|
Public Function LocateInSystemWithRate( _ ByVal Epoch As System.Object, _ ByVal System As IAgCrdnSystem _ ) As IAgCrdnPointLocateInSystemWithRateResult |
[C#] |
---|
public IAgCrdnPointLocateInSystemWithRateResult LocateInSystemWithRate( |
[Managed C++] |
---|
public: IAgCrdnPointLocateInSystemWithRateResult^ LocateInSystemWithRate( |
[Java] |
---|
public IAgCrdnPointLocateInSystemWithRateResult locateInSystemWithRate( |
[Unmanaged C++] |
---|
public: HRESULT LocateInSystemWithRate( |
- 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.