Adds a SurfaceMask to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
- The added Mask's type is InSide and the count of items in the collection is more than 0.
- The linkage is a open polygon.
- The linkage is a self-crossing polygon.
- The Mask using the linkages already exists.
- A Mask with the same name already exists.
|
System..::..InvalidOperationException |
Thrown when the first item's type is InSide.
|
See Also