Description
The first vector of the angle.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Vector1Name() As String
|
| [C#] |
|---|
public string Vector1Name {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Vector1Name(); public: __property void set_Vector1Name(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Vector1Name(
BSTR * pVal
);
public: HRESULT put_Vector1Name(
BSTR InVal
);
|
| [Java] |
|---|
public String getVector1Name();
public void setVector1Name(
String
);
|
| [Python - STK API] |
|---|
@property
def Vector1Name(self) -> str:
@Vector1Name.setter
def Vector1Name(self, InVal:str) -> None:
|
See Also