Adds a mask with the given mask name and polygon points.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public CorridorSurfaceMask Add( string maskName, Point3dCollection points )
VB
Public Function Add ( maskName As String, points As Point3dCollection ) As CorridorSurfaceMask
C++
public: CorridorSurfaceMask^ Add( String^ maskName, Point3dCollection^ points )
Parameters
- maskName String
- Name of the newly created mask.
- points Point3dCollection
- Points used to create mask.
Return Value
CorridorSurfaceMaskExceptions
Exception | Condition |
---|---|
ArgumentException |
Thrown when:
|