CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Delegate definition for SetGeoPointEvent
Namespace: CADability.ActionsAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public delegate void SetGeoPointDelegate( GeoPoint p ) |
| Visual Basic |
|---|
Public Delegate Sub SetGeoPointDelegate ( _ p As GeoPoint _ ) |
| Visual C++ |
|---|
public delegate void SetGeoPointDelegate( GeoPoint p ) |
Parameters
- p
- Type: CADability..::..GeoPoint
the point provided by the user (via mouse or keyboard)