Match the assembly, frequency parameters and target from sourceRegion.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public void Match( BaselineRegion sourceRegion, RegionMatchType matchOption )
Visual Basic
Public Sub Match ( _ sourceRegion As BaselineRegion, _ matchOption As RegionMatchType _ )
Visual C++
public: void Match( BaselineRegion^ sourceRegion, RegionMatchType matchOption )
Parameters
- sourceRegion
- Type: Autodesk.Civil.DatabaseServices.BaselineRegion
The region to match.
- matchOption
- Type: Autodesk.Civil.DatabaseServices.RegionMatchType
The enum value to specify the way to match by sourceRegion.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when sourceRegion are not in same corridor. |