CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Provide a method for this event to receive the value of the point as it is
defined by either keyboard or mouse input.
Namespace: CADability.ActionsAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public event ConstructAction..::..GeoPointInput..::..SetGeoPointDelegate SetGeoPointEvent |
| Visual Basic |
|---|
Public Event SetGeoPointEvent As ConstructAction..::..GeoPointInput..::..SetGeoPointDelegate |
| Visual C++ |
|---|
public: event ConstructAction..::..GeoPointInput..::..SetGeoPointDelegate^ SetGeoPointEvent { void add (ConstructAction..::..GeoPointInput..::..SetGeoPointDelegate^ value); void remove (ConstructAction..::..GeoPointInput..::..SetGeoPointDelegate^ value); } |