STK Vector Geometry ToolSend comments on this topic.
LocateInSystemWithRate Method (IAgCrdnPoint)
See Also
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.
Windows





Windows & Linux

Description

Locates the point's position and velocity in a specified coordinate system.

Syntax

[Visual Basic .NET]
Public Function LocateInSystemWithRate( _
    ByVal Epoch As System.Object, _
    ByVal System As IAgCrdnSystem _
) As IAgCrdnPointLocateInSystemWithRateResult
[C#]
public IAgCrdnPointLocateInSystemWithRateResult LocateInSystemWithRate(
    System.Object Epoch,
    IAgCrdnSystem System
);
[Managed C++]
public: IAgCrdnPointLocateInSystemWithRateResult^ LocateInSystemWithRate(
    VARIANT Epoch,
    IAgCrdnSystem ^ System
);
[Unmanaged C++]
public: HRESULT LocateInSystemWithRate(
    VARIANT Epoch,
    IAgCrdnSystem * System,
    IAgCrdnPointLocateInSystemWithRateResult ** ppRetVal
);
[Java]
public IAgCrdnPointLocateInSystemWithRateResult locateInSystemWithRate(
    AgVariant Epoch,
    IAgCrdnSystem System
);
[Python - STK API ]
def LocateInSystemWithRate(self, Epoch:typing.Any, System:"IAgCrdnSystem") -> "IAgCrdnPointLocateInSystemWithRateResult":

Parameters

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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.