BaselineRegionCollectionAdd(String, String) Method |
Adds a region with the given region name and assembly after the last region.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic BaselineRegion Add(
string regionName,
string assemblyName
)
Public Function Add (
regionName As String,
assemblyName As String
) As BaselineRegion
public:
BaselineRegion^ Add(
String^ regionName,
String^ assemblyName
)
Parameters
- regionName String
- Name of the created region.
- assemblyName String
- Name of the assembly used to create the region.
Return Value
BaselineRegion
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the region name or assembly name is invalid.
|
InvalidOperationException |
Thrown when the last BaselineRegion's EndStation is equal to Baseline's EndStaion.
|
See Also