BaselineRegionMatch Method

Match the assembly, frequency parameters and target from sourceRegion.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void Match(
	BaselineRegion sourceRegion,
	RegionMatchType matchOption
)

Parameters

sourceRegion  BaselineRegion
The region to match.
matchOption  RegionMatchType
The enum value to specify the way to match by sourceRegion.
Exceptions
ExceptionCondition
ArgumentException Thrown when sourceRegion are not in same corridor.
See Also