CADability dotNET

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

Syntax

C#
public delegate void SetGeoVectorDelegate(
	GeoVectorProperty sender,
	GeoVector v
)
Visual Basic
Public Delegate Sub SetGeoVectorDelegate ( _
	sender As GeoVectorProperty, _
	v As GeoVector _
)
Visual C++
public delegate void SetGeoVectorDelegate(
	GeoVectorProperty^ sender, 
	GeoVector v
)

See Also