Match the assembly, frequency parameters and target from sourceRegion.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void Match( BaselineRegion sourceRegion, RegionMatchType matchOption )
VB
Public Sub Match ( sourceRegion As BaselineRegion, matchOption As RegionMatchType )
C++
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
Exception | Condition |
---|---|
ArgumentException | Thrown when sourceRegion are not in same corridor. |