Share

ProfileOverrideCollection Class

The ProfileOverride collection class represents the collection of all profiles listed in the ProfileView.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesGraphOverrideCollectionProfileOverride
    Autodesk.Civil.DatabaseServicesProfileOverrideCollection


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

Syntax

C#

public sealed class ProfileOverrideCollection : GraphOverrideCollection<ProfileOverride>

VB

Public NotInheritable Class ProfileOverrideCollection
	Inherits GraphOverrideCollection(Of ProfileOverride)

C++

public ref class ProfileOverrideCollection sealed : public GraphOverrideCollection<ProfileOverride^>

The ProfileOverrideCollection 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)
Public propertySplitAt Gets or sets which profile to favor when splitting a profile view containing multiple profiles.

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?