CorridorSurfaceMaskCollectionAdd(String, Point3dCollection) Method |
Adds a mask with the given mask name and polygon points.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CorridorSurfaceMask Add(
string maskName,
Point3dCollection points
)
Public Function Add (
maskName As String,
points As Point3dCollection
) As CorridorSurfaceMask
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
CorridorSurfaceMask
ExceptionsException | Condition |
---|
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