Removes a specified vector.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal VectorName As String _ ) |
[C#] |
---|
public void Remove( |
[Managed C++] |
---|
public: void Remove( |
[Java] |
---|
public remove( |
[Unmanaged C++] |
---|
public: HRESULT Remove( |
- VectorName
- Specify a name of the vector to be removed.
Remove an existing vector with the specified name.
[C#] | ![]() | |
---|---|---|
|
Remove an existing vector with the specified name.
[Visual Basic .NET] | ![]() | |
---|---|---|
|