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..::..SetGeoPointExDelegate SetGeoPointExEvent |
| Visual Basic |
|---|
Public Event SetGeoPointExEvent As ConstructAction..::..GeoPointInput..::..SetGeoPointExDelegate |
| Visual C++ |
|---|
public: event ConstructAction..::..GeoPointInput..::..SetGeoPointExDelegate^ SetGeoPointExEvent { void add (ConstructAction..::..GeoPointInput..::..SetGeoPointExDelegate^ value); void remove (ConstructAction..::..GeoPointInput..::..SetGeoPointExDelegate^ value); } |