StructureMatchResultSet Class
Stores the results of a structure match operation.
public class StructureMatchResultSet : IStructureMatchResultSet
- Inheritance:
- object object
- Implements:
- IStructureMatchResultSet
Constructors
StructureMatchResultSet(IStructureMatchResultCollection)
Initializes a new instance of the StructureMatchResultSet
class.
public StructureMatchResultSet(IStructureMatchResultCollection results)
Parameter | Type | Description |
---|---|---|
results | IStructureMatchResultCollection | The collection of IStructureMatchResult objects. |
Properties
Results
Gets the collection of IStructureMatchResult objects.
public IStructureMatchResultCollection Results { get; }
Property Value
- IStructureMatchResultCollection:
The collection of IStructureMatchResult objects.