Removes the specified mask from the mask collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void Remove( SurfaceMask mask )
VB
Public Sub Remove ( mask As SurfaceMask )
C++
public: void Remove( SurfaceMask^ mask )
Parameters
- mask SurfaceMask
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when specified mask is not in the mask collection. |