Share

BaselineRegion.Match Method

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

ExceptionCondition
ArgumentException Thrown when sourceRegion are not in same corridor.

See Also

Reference

Was this information helpful?