Interface IvdCompareResults
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
object contains info about the compare results Compare(vdDocument)
public interface IvdCompareResults
Properties
- Drawing1Common
Returns the collection of entities that belong to first document and are same as entities in second document
- Drawing1Exclusive
Returns the collection of entities that belong to first document and are not exist in second document
- Drawing1Incomparable
Returns the collection of entities that belong to first document and are Incomparable (not implement GetCompareHash() method.
- Drawing1Modified
Returns the collection of entities that belong to first document and exist in second document, but with some of their properties modified
- Drawing2Common
Returns the collection of entities that belong to second document and are same with corresponding entities in second document
- Drawing2Exclusive
Returns the collection of entities that belong to second document and are not exist in first document
- Drawing2Incomparable
Returns the collection of entities that belong to second document and are Incomparable (not implement GetCompareHash() method.
- Drawing2Modified
Returns the collection of entities that belong to second document and exist in first document, but with some of their properties modified
- NumberofDiffs
Returns the the number of differences between drawings
Methods
- ToString()
Provides a string that describes the object.