Adds a mask with the given mask name and polygon points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
Visual Basic |
---|
Public Function Add ( _
maskName As String, _
points As Point3dCollection _
) As CorridorSurfaceMask |
Parameters
- maskName
- Type: System..::..String
Name of the newly created mask.
- points
- Type: Point3dCollection
Points used to create mask.
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
- The specified mask name or points is invalid..
- The points cannot be used to construct a polygon.
- The polygon specified by points is self-crossing.
|
See Also