Delegate GeneralGeoVectorAction.SetGeoVectorDelegate
Type definition for SetGeoVectorEvent.
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void SetGeoVectorDelegate(GeneralGeoVectorAction sender, GeoVector NewValue);
Parameters
| Type | Name | Description |
|---|---|---|
| GeneralGeoVectorAction | sender | Source of notification (this object) |
| GeoVector | NewValue | New value for the GeoPoint |