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