<Code Lib>
2027 Method
Changes 8
M

NumberingSchema.SetMatchingParameters

Description:
Sets the parameters used by a specific numbering schema for matching elements so they would get the same number.
Remarks:
This method makes sure that the document will be consistent when it comes to numbering before it exits.

public void SetMatchingParameters(
	ISet<NumberingParameter> matchingParameters
)

  • matchingParameters
    Parameters used to determine which elements are assigned the same number.

Loading…