STK ObjectsSend comments on this topic.
Vector Property (IAgATVO)
See Also
Windows





Windows & Linux

Description

Gets Vector.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.