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