SurfaceMaskCollectionRemove Method |
Removes the specified mask from the mask collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Remove(
SurfaceMask mask
)
Public Sub Remove (
mask As SurfaceMask
)
public:
void Remove(
SurfaceMask^ mask
)
Parameters
- mask SurfaceMask
-
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when specified mask is not in the mask collection.
|
See Also