BaselineRegionMatch Method |
Match the assembly, frequency parameters and target from sourceRegion.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Match(
BaselineRegion sourceRegion,
RegionMatchType matchOption
)
Public Sub Match (
sourceRegion As BaselineRegion,
matchOption As RegionMatchType
)
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.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when sourceRegion are not in same corridor.
|
See Also