STK Vector Geometry ToolSend comments on this topic.
Vector Property (IAgCrdnAxesTransformWithRateResult)
See Also
Windows





Windows & Linux

Description

The output vector in the current axes.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Vector() As IAgCartesian3Vector
[C#]
public IAgCartesian3Vector Vector {get;}
[Managed C++]
public: __property IAgCartesian3Vector ^ get_Vector();
[Unmanaged C++]
public: HRESULT get_Vector(
    IAgCartesian3Vector ** ppRetVal
);
[Java]
public IAgCartesian3Vector getVector();
[Python - STK API ]
@property
def Vector(self) -> "IAgCartesian3Vector":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.