CADability dotNET
Checks whether this ReversibleChange ist a method with the given name

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

Syntax

C#
public bool IsMethod(
	string methodName
)
Visual Basic
Public Function IsMethod ( _
	methodName As String _
) As Boolean
Visual C++
public:
bool IsMethod(
	String^ methodName
)

Parameters

methodName
Type: System..::..String
The name of the method

Return Value

true, if methodName is the name of the ReversibleChange method

See Also