In This Article

StructureMatchEdges Enum

Specifies which edges of a IStructureMatchResult's range can cause the IStructureMatcher to match the result again.

[Flags]
public enum StructureMatchEdges

Fields

Name Description
Both

Both the match result range's start and end offsets can cause the matcher to match the result again.

End

Only the end offset of the match result's range can cause the matcher to match the result again.

None

Only the inside of the match result range can cause the matcher to match the result again; no outer edges will match.

Start

Only the start offset of the match result's range can cause the matcher to match the result again.