STK Vector Geometry ToolSend comments on this topic.
FindInSystemWithRate Method (IAgCrdnPlane)
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 an input system.
Windows





Windows & Linux

Description

Computes the position, X and Y axes and their rates of change in the specified coordinate system.

Syntax

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

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 an input system.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.