Collection of corridor surface mask (CorridorSurfaceMask) objects.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesCorridorSurfaceMaskCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class CorridorSurfaceMaskCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], IEnumerable<CorridorSurfaceMask>
VB
Public NotInheritable Class CorridorSurfaceMaskCollection Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>] Implements IEnumerable(Of CorridorSurfaceMask)
C++
public ref class CorridorSurfaceMaskCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], IEnumerable<CorridorSurfaceMask^>
The CorridorSurfaceMaskCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CorridorId | Gets the ID of the parent Corridor. |
![]() | Count | Gets the number of CorridorSurfaceMask objects in the collection. |
![]() | ItemInt32 | |
![]() | ItemString |
Methods
Name | Description | |
---|---|---|
![]() | Add(String) | Adds an empty mask with the given mask name. |
![]() | Add(String, ObjectId) | Adds a mask with the given mask name and polyline. |
![]() | Add(String, Point3dCollection) | Adds a mask with the given mask name and polygon points. |
![]() | Add(String, String) | Adds a mask with the given mask name and feature line code. |
![]() | GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection. |
![]() | GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method return an enumerator which can be used to enumerate this collection. |
![]() | MaskNames | Gets an array of mask names. |
![]() | Remove(CorridorSurfaceMask) | Removes the given CorridorSurfaceMask object. |
![]() | Remove(String) | Removes a CorridorSurfaceMask object with the given name. |
![]() | RemoveAt | Removes a CorridorSurfaceMask object by index. |