STK AstrogatorSend comments on this topic.
VectorName Property (IAgVAStateCalcVectorZ)
See Also
Windows





Windows & Linux

Description

The vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VectorName() As String
[C#]
public string VectorName {get; set;}
[Managed C++]
public: __property String __gc ^ get_VectorName();
public: __property void set_VectorName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_VectorName(
    BSTR * pVal
);
public: HRESULT put_VectorName(
    BSTR InVal
);
[Java]
public String getVectorName();
public void setVectorName(
    String
);
[Python - STK API ]
@property
def VectorName(self) -> str:

@VectorName.setter
def VectorName(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.