This class defines the collection of PressurePartList objects.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.DatabaseServicesTreeNodeCollectionBase
Autodesk.Civil.DatabaseServices.StylesStyleCollectionBase
Autodesk.Civil.DatabaseServices.StylesPressurePartListCollection
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class PressurePartListCollection : StyleCollectionBase
VB
Public NotInheritable Class PressurePartListCollection Inherits StyleCollectionBase
C++
public ref class PressurePartListCollection sealed : public StyleCollectionBase
The PressurePartListCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of objects in the collection.
(Inherited from TreeNodeCollectionBase) |
![]() | ItemInt32 | (Inherited from StyleCollectionBase) |
![]() | ItemString | (Inherited from StyleCollectionBase) |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add |
Creates a new style object, adds it to the collection, and returns an ObjectId for the object.
(Overrides StyleCollectionBaseAdd(String)) |
![]() | Contains(ObjectId) |
Determines whether an element specified by ObjectId is in the collection.
(Inherited from TreeNodeCollectionBase) |
![]() | Contains(String) |
Determines whether an element is in the collection by its name.
(Inherited from TreeNodeCollectionBase) |
![]() | GetEnumerator |
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
(Inherited from TreeNodeCollectionBase) |
![]() | GetObjectEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Inherited from TreeNodeCollectionBase) |
![]() | Remove(Int32) |
Removes a style by index from the collection.
(Inherited from StyleCollectionBase) |
![]() | Remove(String) |
Removes a style by name from the collection.
(Inherited from StyleCollectionBase) |
![]() | Remove(StyleBase) | Obsolete. Removes a style by Object from the collection. (Inherited from StyleCollectionBase) |
![]() | ToObjectIds |
Gets the objectId collection of all objects in this collection.
(Inherited from TreeNodeCollectionBase) |