Adds a mask with the given mask name and polygon points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public CorridorSurfaceMask Add( string maskName, Point3dCollection points )
Visual Basic
Public Function Add ( _ maskName As String, _ points As Point3dCollection _ ) As CorridorSurfaceMask
Visual C++
public: CorridorSurfaceMask^ Add( String^ maskName, Point3dCollection^ points )
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:
|