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 * pRetVal ); public: HRESULT put_ConstraintVectorName( BSTR NewConstraintVectorName );
|
| [Java] |
|---|
public String getConstraintVectorName();public void setConstraintVectorName( String );
|
See Also