Delegate ConstructAction.GeoPointInput.SetGeoPointExDelegate
Delegate definition for SetGeoPointExEvent
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate bool SetGeoPointExDelegate(GeoPoint p, SnapPointFinder.DidSnapModes didSnap);
Parameters
| Type | Name | Description |
|---|---|---|
| GeoPoint | p | the point provided by the user |
| SnapPointFinder.DidSnapModes | didSnap | the snap mode |
Returns
| Type | Description |
|---|---|
| System.Boolean | true, if point is accepted |