CADability dotNET
Removes the entry with the provided name

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void RemoveUserData(
	string Name
)
Visual Basic
Public Sub RemoveUserData ( _
	Name As String _
)
Visual C++
public:
void RemoveUserData(
	String^ Name
)

Parameters

Name
Type: System..::..String
Name of the entry to be removed.

See Also