CADability dotNET
Constructs a GeoPointProperty object which communicates with the events SetGeoPointEvent and GetGeoPointEvent with the owner of the GeoPoint, which is represented here. You must provide event handlers for these two events.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public GeoPointProperty(
	string resourceId,
	IFrame Frame,
	bool autoModifyWithMouse
)
Visual Basic
Public Sub New ( _
	resourceId As String, _
	Frame As IFrame, _
	autoModifyWithMouse As Boolean _
)
Visual C++
public:
GeoPointProperty(
	String^ resourceId, 
	IFrame^ Frame, 
	bool autoModifyWithMouse
)

Parameters

resourceId
Type: System..::..String
see resourceId
Frame
Type: CADability..::..IFrame
the frame context of this object
autoModifyWithMouse
Type: System..::..Boolean
true: will provide an Action for user interactive modification, false: fire a ModifyWithMouseEvent when the user wants to interactively modify the point

See Also