CADability dotNET
Delegate definition for SetPlaneEvent

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

Syntax

C#
public delegate bool SetPlaneDelegate(
	Plane val
)
Visual Basic
Public Delegate Function SetPlaneDelegate ( _
	val As Plane _
) As Boolean
Visual C++
public delegate bool SetPlaneDelegate(
	Plane val
)

Parameters

val
Type: CADability..::..Plane
the value that has been provided by the user

Return Value

true if accepted, fale otherwise

See Also