CADability dotNET
Delegate definition for the SetStringEvent

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

Syntax

C#
public delegate void SetStringDelegate(
	string val
)
Visual Basic
Public Delegate Sub SetStringDelegate ( _
	val As String _
)
Visual C++
public delegate void SetStringDelegate(
	String^ val
)

Parameters

val
Type: System..::..String
the entered value

See Also