Match the assembly, frequency parameters and target from sourceRegion.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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. |