Share

CivilDocument.CorridorCollection Property

Gets the ObjectId collection of Corridor objects in the drawing.



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

Syntax

C#

public CorridorCollection CorridorCollection { get; }

VB

Public ReadOnly Property CorridorCollection As CorridorCollection
	Get

C++

public:
property CorridorCollection^ CorridorCollection {
	CorridorCollection^ get ();
}

Property Value

CorridorCollection

See Also

Reference

Was this information helpful?