Description
The reference vector to use to define the B-plane.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property RefVectorName() As String
|
[C#] |
---|
public string RefVectorName {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_RefVectorName(); public: __property void set_RefVectorName(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_RefVectorName(
BSTR * pVal
);
public: HRESULT put_RefVectorName(
BSTR InVal
);
|
[Java] |
---|
public String getRefVectorName();
public void setRefVectorName(
String
);
|
[Python - STK API] |
---|
@property
def RefVectorName(self) -> str:
@RefVectorName.setter
def RefVectorName(self, InVal:str) -> None:
|
See Also