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