DVTk API
CompareAttributeSets Method (tableDescription, attributeSet1, attributeSet1Description, attributeSet2, attributeSet2Description)
DVTkDvtkHighLevelInterface.Common.OtherCompareCompareAttributeSets(String, AttributeSet, String, AttributeSet, String)
DVTk API

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

Compare two attributeSets by putting the compare results in a Table.
Declaration Syntax
C#Visual BasicVisual C++
public Table CompareAttributeSets(
	string tableDescription,
	AttributeSet attributeSet1,
	string attributeSet1Description,
	AttributeSet attributeSet2,
	string attributeSet2Description
)
Public Function CompareAttributeSets ( _
	tableDescription As String, _
	attributeSet1 As AttributeSet, _
	attributeSet1Description As String, _
	attributeSet2 As AttributeSet, _
	attributeSet2Description As String _
) As Table
public:
Table^ CompareAttributeSets(
	String^ tableDescription, 
	AttributeSet^ attributeSet1, 
	String^ attributeSet1Description, 
	AttributeSet^ attributeSet2, 
	String^ attributeSet2Description
)
Parameters
tableDescription (String)
The description of the complete table (put in the first table header).
attributeSet1 (AttributeSet)
The first AttributeSet.
attributeSet1Description (String)
Description of the first AttributeSet (put in the second table header).
attributeSet2 (AttributeSet)
The second AttributeSet.
attributeSet2Description (String)
Description of the second AttributeSet (put in the second table header).
Return Value
The result of comparing the two AttributeSets.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0