DrawingCollection Class |
Namespace: RootPro.RootProCAD
The DrawingCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| DrawingCollection | Initializes a new instance of the DrawingCollection class |
| Name | Description | |
|---|---|---|
| Count |
Get the number of paper and partial drawings in the collection.
| |
| ItemInt32 |
Get the subdiagram at the specified index in the collection.
| |
| ItemString |
We will retrieve a partial diagram with the specified name in the collection.
| |
| PaperCount |
Get the number of paper in the collection.
| |
| PartCount |
Get the number of subdiagrams in the collection.
|
| Name | Description | |
|---|---|---|
| AddPaper |
Add a new form.
| |
| AddPart |
We will add a new partial figure.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDrawingByID |
We will retrieve a partial figure with the specified ID.
| |
| GetEnumerator |
Return an enumerator that iterates over the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Returns the index in the collection of the specified subdiagram.
| |
| IndexOfID |
Returns the index in the collection of the subgraph of the specified ID.
| |
| IndexOfName |
Returns the index in the collection of the specified subdiagram name.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OrderBy |
Sort the drawings according to the order of the specified names.
| |
| Remove |
Delete the specified drawing.
| |
| RemoveAt |
Delete the drawing with the specified index.
| |
| RemoveByName |
Delete the drawing with the specified name.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |