BaselineRegionCollectionAddRegion(String, ObjectId) Method

Note: This API is now obsolete.

Creates a region with the given region name and the assembly object id.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.BaselineRegionCollection.Add instead.", 
	false)]
public BaselineRegion AddRegion(
	string regionName,
	ObjectId assemblyId
)

Parameters

regionName  String
Name of the created region.
assemblyId  ObjectId
Object id of the assembly used to create the region.

Return Value

BaselineRegion
Exceptions
ExceptionCondition
ArgumentException Thrown when the assembly id is invalid.
InvalidOperationException Thrown when the last BaselineRegion's EndStation is equal to Baseline's EndStaion.
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Assembly
See Also