DVTk API
CompareAttributeCollections Method (tableDescription, attributeCollections, attributeCollectionDescriptions, compareRules)
DVTkDvtkHighLevelInterface.Common.CompareDynamicCompareCompareAttributeCollections(String, AttributeCollections, StringCollection, CompareRules)
DVTk API

[This is preliminary documentation and is subject to change.]

Do a dynamic compare for the attribute sets supplied. Note that the parameters attributeSets, attributeSetDescriptions and each compareRule instance in the parameter compareRules must have the same size and have a size at least 2.
Declaration Syntax
C#Visual BasicVisual C++
public CompareResults CompareAttributeCollections(
	string tableDescription,
	AttributeCollections attributeCollections,
	StringCollection attributeCollectionDescriptions,
	CompareRules compareRules
)
Public Function CompareAttributeCollections ( _
	tableDescription As String, _
	attributeCollections As AttributeCollections, _
	attributeCollectionDescriptions As StringCollection, _
	compareRules As CompareRules _
) As CompareResults
public:
CompareResults^ CompareAttributeCollections(
	String^ tableDescription, 
	AttributeCollections^ attributeCollections, 
	StringCollection^ attributeCollectionDescriptions, 
	CompareRules^ compareRules
)
Parameters
tableDescription (String)
Description of the table.
attributeCollections (AttributeCollections)
attributeCollectionDescriptions (StringCollection)
compareRules (CompareRules)
Specifies which attributes with what tags should be compared with each other. Also specifies how the attributes should be compared with each other.
Return Value
The results of the dynamic compare presented as a table (that may be converted to HTML).

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0