CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Delegate definition for SetGeoPointEvent
Namespace: CADability.UserInterfaceAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public delegate void SetGeoPointDelegate( GeoPointProperty sender, GeoPoint p ) |
| Visual Basic |
|---|
Public Delegate Sub SetGeoPointDelegate ( _ sender As GeoPointProperty, _ p As GeoPoint _ ) |
| Visual C++ |
|---|
public delegate void SetGeoPointDelegate( GeoPointProperty^ sender, GeoPoint p ) |
Parameters
- sender
- Type: CADability.UserInterface..::..GeoPointProperty
this object
- p
- Type: CADability..::..GeoPoint
the value of the GeoPoint to set