Description
Set the constrained vector reference to a default value. Returns true if succeeded, otherwise return false.
Syntax
[Visual Basic .NET] |
---|
Public Function ResetConstrainedVectorReference() As Boolean
|
[C#] |
---|
public bool ResetConstrainedVectorReference();
|
[Managed C++] |
---|
public: bool ResetConstrainedVectorReference();
|
[Unmanaged C++] |
---|
public: HRESULT ResetConstrainedVectorReference(
VARIANT_BOOL * pVal
);
|
[Java] |
---|
public bool resetConstrainedVectorReference();
|
[Python - STK API] |
---|
def ResetConstrainedVectorReference(self) -> bool:
|
See Also