CorridorSurfaceMaskCollectionAdd(String) Method |
Adds an empty mask with the given mask name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CorridorSurfaceMask Add(
string maskName
)
Public Function Add (
maskName As String
) As CorridorSurfaceMask
public:
CorridorSurfaceMask^ Add(
String^ maskName
)
Parameters
- maskName String
- Name of the newly created mask.
Return Value
CorridorSurfaceMask
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the specified mask name is invalid.
|
Remarks
After the mask is created, its definitions can be customized by modifying FeatureLineComponents.
See Also