CADability dotNET

The MultiGeoPointProperty type exposes the following members.

Constructors

  NameDescription
Public methodMultiGeoPointProperty
Creates a MultiGeoPointProperty. The parameter "controlledObject" provides the owner of the list.

Methods

  NameDescription
Public methodAdded (Overrides IShowPropertyImpl..::..Added(IPropertyTreeView).)
Public methodAppend
Appends a point to the list of points
Public methodRefresh()()()() (Overrides IShowPropertyImpl..::..Refresh()()()().)
Public methodRefresh(Int32)
Refreshes the display of the point with the given index.
Public methodSetFocusToIndex
Public methodShowOpen
Opens the subentries in the treeview.

Fields

  NameDescription
Public fieldGetInsertionPointEvent
When a point is about to be inserted this property needs some initial value. The default initial value is the same point as the first/last point, when inserted before the first or after the last point, and the middle point of the intervall where the point is to be inserted. If you wisch another behaviour add a handler to this event and return the appropriate point.

Properties

  NameDescription
Public propertyEntryType
Overrides EntryType, returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.)
Public propertySubEntries
Overrides SubEntries, returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.)
Public propertySubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.)

Events

  NameDescription
Public eventGeoPointSelectionChangedEvent
Provide a method here if you need to be notified about when the selection of the points in the subtree changed
Public eventModifyWithMouseEvent
Provide a method here if you need to notified about modification of any point in this list with the mouse

See Also