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