Share

CorridorCodeCollection Class

A collection of strings containing corridor codes. A code is used to identify common calculated points in applied assemblies in a corridor. For example, a code can be used to identify the inside upper edge of a sidewalk in each assembly. Points that share a particular code can be connected to form feature lines (FeatureLine).

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServicesCorridorCodeCollection


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

Syntax

C#

public sealed class CorridorCodeCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], 
	IEnumerable<string>

VB

Public NotInheritable Class CorridorCodeCollection
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
	Implements IEnumerable(Of String)

C++

public ref class CorridorCodeCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], 
	IEnumerable<String^>

The CorridorCodeCollection type exposes the following members.

Properties

 NameDescription
Public propertyCorridorId Gets the ObjectId of the parent Corridor.
Public propertyCount Gets the number of Corridor code strings in the collection.
Public propertyItem 

Methods

 NameDescription
Public methodAdd Adds a new code to the collection.
Public methodClear Removes all code from the collection.
Public methodGetEnumerator Implements the method declare in IEnumerable<T> interface. This method return an enumertor which can be use to enumerate this collection.
Public methodGetObjectEnumerator Implements the method declare in IEnumerable interface. This method return an enumertor which can be use to enumerate this collection.

See Also

Reference

Was this information helpful?