PageViewGroupTable Methods |
The PageViewGroupTable type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds a new page view group to the table. The new page view group will be given a unique name.
| |
| Add(IEnumerableRhinoPageView) |
Adds a new page view group to the table, and adds page views to the group.
The new page view group will be given a unique name.
| |
| Add(PageViewGroup) |
Adds a new page view group to the table.
| |
| Add(PageViewGroup, IEnumerableRhinoPageView) |
Adds a new page view group to the table, and adds page views to the group.
| |
| Clear |
Marks all items as deleted.
(Inherited from CommonComponentTableT.) | |
| Delete(PageViewGroup) |
Deletes a page view group.
(Overrides CommonComponentTableTDelete(T).) | |
| Delete(Guid, Boolean) |
Deletes a page view group.
| |
| Delete(Int32, Boolean) |
Deletes a page view group.
| |
| Delete(PageViewGroup, Boolean) |
Deletes a page view group.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FindId |
Uses the guid to find a model component. Deleted objects cannot be found by id.
The guid is the value that is stored in the .Id property.
In a single document, no two active objects have the same guid. If an object is
replaced with a new object, then the guid persists. For example, if the _Move command
moves an object, then the moved object inherits its guid from the starting object.
If the Copy command copies an object, then the copy gets a new guid. This guid persists
through file saving/opening operations. This function will not find grip objects.
(Inherited from CommonComponentTableT.) | |
| FindIndex |
Finds a page view group given its index.
| |
| FindName |
Finds a page view group given its name.
| |
| FindNameHash |
Finds a page view group given its name hash.
| |
| GetEnumerator | (Overrides CommonComponentTableTGetEnumerator.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetSorted |
Gets an array of page view group indices that are sorted by the values of SortIndex.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUnusedName |
Gets an unused page view group name.
| |
| GetUnusedName(String) |
Gets an unused page view group name.
| |
| Modify(PageViewGroup, Guid, Boolean) |
Modifies a page view group.
| |
| Modify(PageViewGroup, Int32, Boolean) |
Modifies a page view group.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Undelete(Guid) |
Undeletes a page view group that has been deleted.
| |
| Undelete(Int32) |
Undeletes a page view group that has been deleted.
| |
| UndoModify(Guid) |
If the page view group has been modified and the modification can be undone,
then this will restore the page view group to its previous state.
| |
| UndoModify(Int32) |
If the page view group has been modified and the modification can be undone,
then this will restore the page view group to its previous state.
| |
| UndoModify(Guid, UInt32) |
If the page view group has been modified and the modification can be undone,
then this will restore the page view group to its previous state.
| |
| UndoModify(Int32, UInt32) |
If the page view group has been modified and the modification can be undone,
then this will restore the page view group to its previous state.
|