Description
Constraint Vector - the vector toward which this body vector is constrained.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ConstraintVectorName() As String
|
| [C#] |
|---|
public string ConstraintVectorName {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ConstraintVectorName(); public: __property void set_ConstraintVectorName(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ConstraintVectorName(
BSTR * pVal
);
public: HRESULT put_ConstraintVectorName(
BSTR newVal
);
|
| [Java] |
|---|
public String getConstraintVectorName();
public void setConstraintVectorName(
String
);
|
| [Python - STK API] |
|---|
@property
def ConstraintVectorName(self) -> str:
@ConstraintVectorName.setter
def ConstraintVectorName(self, newVal:str) -> None:
|
See Also