The PressurePipeOverrideCollection collection class represents the collection of all pressure pipes listed in the ProfileView.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesGraphOverrideCollectionPressurePipeOverride
Autodesk.Civil.DatabaseServicesPressurePipeOverrideCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class PressurePipeOverrideCollection : GraphOverrideCollection<PressurePipeOverride>
VB
Public NotInheritable Class PressurePipeOverrideCollection Inherits GraphOverrideCollection(Of PressurePipeOverride)
C++
public ref class PressurePipeOverrideCollection sealed : public GraphOverrideCollection<PressurePipeOverride^>
The PressurePipeOverrideCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ClipGridAt |
Gets or sets which item controls the size of the graph view grid.
(Inherited from GraphOverrideCollectionItemType) |
![]() | Count |
Gets the count of override objects in the collection.
(Inherited from GraphOverrideCollectionItemType) |
![]() | Item | (Inherited from GraphOverrideCollectionItemType) |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from GraphOverrideCollectionItemType) |
![]() | GetEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Overrides GraphOverrideCollectionItemTypeGetEnumerator) |
![]() | GetObjectEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Inherited from GraphOverrideCollectionItemType) |