CADability dotNET

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

Syntax

C#
public delegate double GetLengthDelegate(
	LengthProperty sender
)
Visual Basic
Public Delegate Function GetLengthDelegate ( _
	sender As LengthProperty _
) As Double
Visual C++
public delegate double GetLengthDelegate(
	LengthProperty^ sender
)

See Also