PartFamily Class

Each Part is a member of a PartFamily containing all size variations for a given part.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServices.StylesPartFamily

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class PartFamily : DBObject

The PartFamily type exposes the following members.

Properties
 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyBoundingShape Gets the bounding shape type if the part is Structure, or it's undefined.
Public propertyDescription Gets the part family description
(Overrides DBObjectDescription)
Public propertyDocument Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyDomain Gets the part domain
Public propertyGUID Gets the GUID of the part family
Public propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyItemInt32 
Public propertyItemString 
Public propertyName Gets or sets the name.
(Inherited from DBObject)
Public propertyPartSizeCount Gets count of part sizes under this part family
Public propertyPartSizeFilterObsolete.
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.
Public propertyPartType Gets the part type
Public propertySweptShape Gets the swept shape type if the part is Pipe, or it's undefined.
Top
Methods
 NameDescription
Public methodAddPartSize Adds part one or more part sizes to this part family.
Public methodRemovePartSize(Int32) Remove a part size at given index from this parts family.
Public methodRemovePartSize(ObjectId) Remove a part size of given object id from this parts family.
Top
See Also