StructureMatchOptions Class
Represents options for a structure match operation.
public class StructureMatchOptions : IStructureMatchOptions
- Inheritance:
- object object
- Implements:
- IStructureMatchOptions
Constructors
StructureMatchOptions()
Initializes an instance of the class.
public StructureMatchOptions()
Properties
IsNavigationRequest
Gets or sets whether the structure match is being performed for a navigation request.
public bool IsNavigationRequest { get; set; }
Property Value
- bool:
true
if the structure match is being performed for a navigation request; otherwise,false
.
Remarks
When the operating is being performed for a navigation request, the match algorithm may want to be more liberal with its match algorithm.