CADability dotNET
Delegate definition for GetGeoPointEvent

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

Syntax

C#
public delegate GeoPoint GetGeoPointDelegate()
Visual Basic
Public Delegate Function GetGeoPointDelegate As GeoPoint
Visual C++
public delegate GeoPoint GetGeoPointDelegate()

Return Value

the current point

See Also