The PartFamily type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddPartSize |
Adds part one or more part sizes to this part family.
| |
| RemovePartSize(ObjectId) |
Remove a part size of given object id from this parts family.
| |
| RemovePartSize(Int32) |
Remove a part size at given index from this parts family.
|
Properties
| Name | Description | |
|---|---|---|
| Application |
Gets the Application associated with the DBObject.
Not implemented.
(Inherited from DBObject.) | |
| BoundingShape |
Gets the bounding shape type if the part is Structure, or it's undefined.
| |
| Description |
Gets the part family description
(Overrides DBObject..::..Description.) | |
| Document |
Gets the Document associated with the DBObject.
Not implemented.
(Inherited from DBObject.) | |
| Domain |
Gets the part domain
| |
| GUID |
Gets the GUID of the part family
| |
| IsUsed |
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject.) | |
| Item[([( Int32])]) | ||
| Item[([( String])]) | ||
| Name |
Gets or sets the name.
(Inherited from DBObject.) | |
| PartSizeCount |
Gets count of part sizes under this part family
| |
| PartSizeFilter | Obsolete.
Gets the part size filter record through which you can set the corresponding properties
to specify what part sizes you want to have under this part family.
| |
| PartType |
Gets the part type
| |
| SweptShape |
Gets the swept shape type if the part is Pipe, or it's undefined.
|