STK Vector Geometry ToolSend comments on this topic.
FindInSystem Method (IAgCrdnSystem)
See Also
Epoch
Specify an epoch.
System
Specify a system that will be used to compute the results.
Windows





Windows & Linux

Description

Find position, velocity, rate and orientation using the specified system.

Syntax

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

Parameters

Epoch
Specify an epoch.
System
Specify a system that will be used to compute the results.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.