STK Vector Geometry ToolSend comments on this topic.
Transform Method (IAgCrdnSystem)
See Also
Epoch
OutputSystem
PositionInMySystem
Windows






Windows & Linux

Description

Translates the position vector from this system into the output system.

Syntax

[Visual Basic .NET]
Public Function Transform( _
    ByVal Epoch As System.Object, _
    ByVal OutputSystem As IAgCrdnSystem, _
    ByVal PositionInMySystem As IAgCartesian3Vector _
) As 
[Unmanaged C++]
public: HRESULT Transform(
    VARIANT Epoch,
    IAgCrdnSystem * OutputSystem,
    IAgCartesian3Vector * PositionInMySystem,
    IAgCrdnSystemTransformResult ** ppRetVal
);

Parameters

Epoch
OutputSystem
PositionInMySystem

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.