STK Vector Geometry ToolSend comments on this topic.
FindInSystemWithRate Method (IAgCrdnPlane)
See Also
Epoch
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 
[C#]
public IAgCrdnPlaneFindInSystemWithRateResult FindInSystemWithRate(
    System.Object Epoch,
    IAgCrdnSystem System
);
[Managed C++]
public: IAgCrdnPlaneFindInSystemWithRateResult^ FindInSystemWithRate(
    VARIANT Epoch,
    IAgCrdnSystem ^ System
);
[Java]
public IAgCrdnPlaneFindInSystemWithRateResult findInSystemWithRate(
    VARIANT Epoch,
    IAgCrdnSystem System
);
[Unmanaged C++]
public: HRESULT FindInSystemWithRate(
    VARIANT Epoch,
    IAgCrdnSystem * System,
    IAgCrdnPlaneFindInSystemWithRateResult ** ppRetVal
);

Parameters

Epoch
System

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.