CADability dotNET
Delegate definition for the GetStringEvent

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

Syntax

C#
public delegate string GetStringDelegate()
Visual Basic
Public Delegate Function GetStringDelegate As String
Visual C++
public delegate String^ GetStringDelegate()

Return Value

the current string

See Also