CADability dotNET
The MultiGeoPointProperty type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MultiGeoPointProperty |
Creates a MultiGeoPointProperty. The parameter "controlledObject" provides the owner
of the list.
|
Methods
| Name | Description | |
|---|---|---|
| Added | (Overrides IShowPropertyImpl..::..Added(IPropertyTreeView).) | |
| Append |
Appends a point to the list of points
| |
| Refresh()()()() | (Overrides IShowPropertyImpl..::..Refresh()()()().) | |
| Refresh(Int32) |
Refreshes the display of the point with the given index.
| |
| SetFocusToIndex | ||
| ShowOpen |
Opens the subentries in the treeview.
|
Fields
| Name | Description | |
|---|---|---|
| GetInsertionPointEvent |
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
| Name | Description | |
|---|---|---|
| EntryType |
Overrides EntryType,
returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.) | |
| SubEntries |
Overrides SubEntries,
returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.) | |
| SubEntriesCount |
Overrides SubEntriesCount,
returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.) |
Events
| Name | Description | |
|---|---|---|
| GeoPointSelectionChangedEvent |
Provide a method here if you need to be notified about when the selection
of the points in the subtree changed
| |
| ModifyWithMouseEvent |
Provide a method here if you need to notified about modification of any point
in this list with the mouse
|