CADability dotNET
Display of a GeoPoint in the ControlCenter. Displays a label and an editbox as a IShowProperty. There are also three subitems for the x- y- and z-coordinate values. The GeoPoint may be modified by entering text into the edit box or into the subitems. There is also a contextmenu specifying various modes for manipulating the GeoPoint. This class modifies a GeoPoint (usually belonging to an other object) either via events or via reflection.

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

Syntax

C#
public class GeoPointProperty : IShowPropertyImpl, 
	IWindowlessControl, IConstructProperty, IUserData, ICommandHandler, IHotSpot
Visual Basic
Public Class GeoPointProperty _
	Inherits IShowPropertyImpl _
	Implements IWindowlessControl, IConstructProperty, IUserData, ICommandHandler,  _
	IHotSpot
Visual C++
public ref class GeoPointProperty : public IShowPropertyImpl, 
	IWindowlessControl, IConstructProperty, IUserData, ICommandHandler, IHotSpot

Inheritance Hierarchy

System..::..Object
  CADability.UserInterface..::..IShowPropertyImpl
    CADability.UserInterface..::..GeoPointProperty

See Also