CADability dotNET
A IShowProperty implementation that displays a list of GeoPoints. The communication with the object that owns that list is performed via a IIndexedGeoPoint interface, which must be provided in the constructor. This show property lets the user add and remove GeoPoints to or from the list or modify existing GeoPoints in the list.

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

Syntax

C#
public class MultiGeoPointProperty : IShowPropertyImpl
Visual Basic
Public Class MultiGeoPointProperty _
	Inherits IShowPropertyImpl
Visual C++
public ref class MultiGeoPointProperty : public IShowPropertyImpl

Inheritance Hierarchy

System..::..Object
  CADability.UserInterface..::..IShowPropertyImpl
    CADability.UserInterface..::..MultiGeoPointProperty

See Also