Share

PressureAppurtenanceOverrideCollection Class

The PressureAppurtenanceOverrideCollection collection class represents the collection of all appurtenances listed in the ProfileView.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesGraphOverrideCollectionPressureAppurtenanceOverride
    Autodesk.Civil.DatabaseServicesPressureAppurtenanceOverrideCollection


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280

Syntax

C#

public sealed class PressureAppurtenanceOverrideCollection : GraphOverrideCollection<PressureAppurtenanceOverride>

VB

Public NotInheritable Class PressureAppurtenanceOverrideCollection
	Inherits GraphOverrideCollection(Of PressureAppurtenanceOverride)

C++

public ref class PressureAppurtenanceOverrideCollection sealed : public GraphOverrideCollection<PressureAppurtenanceOverride^>

The PressureAppurtenanceOverrideCollection type exposes the following members.

Properties

 NameDescription
Public propertyClipGridAt Gets or sets which item controls the size of the graph view grid.
(Inherited from GraphOverrideCollectionItemType)
Public propertyCount Gets the count of override objects in the collection.
(Inherited from GraphOverrideCollectionItemType)
Public propertyItem
(Inherited from GraphOverrideCollectionItemType)

Methods

 NameDescription
Public methodDispose
(Inherited from GraphOverrideCollectionItemType)
Public methodGetEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Overrides GraphOverrideCollectionItemTypeGetEnumerator)
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Inherited from GraphOverrideCollectionItemType)

See Also

Reference

Was this information helpful?