Adds a region with the given region name and assembly after the last region.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public BaselineRegion Add( string regionName, ObjectId assemblyId )
Visual Basic
Public Function Add ( _ regionName As String, _ assemblyId As ObjectId _ ) As BaselineRegion
Visual C++
public: BaselineRegion^ Add( String^ regionName, ObjectId assemblyId )
Parameters
- regionName
- Type: System.String
Name of the created region.
- assemblyId
- Type: ObjectId
Object id of the assembly used to create the region.
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Assembly
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the assembly id is invalid. |
System.InvalidOperationException | Thrown when the last BaselineRegion's EndStation is equal to Baseline's EndStaion. |