This class encapsulates a surface's masks list.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceMaskCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SurfaceMaskCollection : IEnumerable<SurfaceMask>
VB
Public NotInheritable Class SurfaceMaskCollection Implements IEnumerable(Of SurfaceMask)
C++
public ref class SurfaceMaskCollection sealed : IEnumerable<SurfaceMask^>
The SurfaceMaskCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SurfaceMaskCollection | Initializes a new instance of the SurfaceMaskCollection class |
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of SurfaceMask objects in the collection. |
![]() | ItemInt32 | |
![]() | ItemString |
Methods
Name | Description | |
---|---|---|
![]() | Add | Adds a SurfaceMask to the collection. |
![]() | GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method return an enumertor which can be used to enumerate this collection. |
![]() | GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method return an enumertor which can be used to enumerate this collection. |
![]() | IndexOf | Gets the index of the specified mask in the mask collection. |
![]() | MoveDown | Moves the specfied mask to its next position in the mask collection. |
![]() | MoveUp | Moves the specfied mask to its previous position in the mask collection. |
![]() | Remove | Removes the specified mask from the mask collection. |
![]() | RemoveAt | Removes the mask at the specified index in the mask collection. |
![]() | Swap | Swaps the indexs of two specified masks in the mask collection, changing their order. |