Part Class |
Namespace: RootPro.RootProCAD
The Part type exposes the following members.
| Name | Description | |
|---|---|---|
| Description |
Gets or sets the description of the paper or part drawing.
(Inherited from Drawing.) | |
| Document |
Retrieve the document associated with the paper or subdiagram.
(Inherited from Drawing.) | |
| Editable |
Gets a value indicating whether the paper or subdiagram is editable.
(Inherited from Drawing.) | |
| GridSettings |
Get the grid setting for paper or partial drawing.
(Inherited from Drawing.) | |
| ID |
Get the ID of the paper or partial drawing.
(Inherited from Drawing.) | |
| IsCurrent |
Get a value indicating whether it is the current paper or partial drawing.
(Inherited from Drawing.) | |
| Layouts |
Get a collection of layouts on paper or subdiagrams.
(Inherited from Drawing.) | |
| Name |
Get or set the name of the paper or subdiagram.
(Inherited from Drawing.) | |
| Printable |
Gets or sets a value indicating whether the paper or subpage is to be printed.
(Inherited from Drawing.) | |
| PrintRangeBottomLeft |
Get the lower left coordinates of the print range of paper or partial drawing.
(Inherited from Drawing.) | |
| PrintRangeTopRight |
Get the upper right coordinates of the print range of the paper or partial drawing.
(Inherited from Drawing.) | |
| Shapes |
Get a collection of shapes on paper or subdiagrams.
(Inherited from Drawing.) | |
| State |
Get or set the state of the paper or partial drawing.
(Inherited from Drawing.) | |
| UserOrigin |
Get or set the drawing origin of paper or partial drawing.
(Inherited from Drawing.) | |
| Visible |
Gets a value indicating whether paper or partial drawing is displayed.
(Inherited from Drawing.) |
| Name | Description | |
|---|---|---|
| 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveTo |
Move the paper or part drawing to the specified position.
(Inherited from Drawing.) | |
| SetOtherState |
Set the state of other the papers or part drawings.
(Inherited from Drawing.) | |
| SetPrintRange |
Set the printing range of the paper or partial drawing.
(Inherited from Drawing.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TransformPointLocalToUser |
Convert the coordinates from the local coordinate system to the user coordinate system.
(Inherited from Drawing.) | |
| TransformPointUserToLocal |
Convert the coordinates from the user coordinate system to the local coordinate system.
(Inherited from Drawing.) |