DVTk API
Item Property (index)
DVTkDvtkData.ComparisonResultsMessageComparisonResultsItem[([(Int32])])
DVTk API

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

Gets or sets an AttributeComparisonResults from the collection.
Declaration Syntax
C#Visual BasicVisual C++
public AttributeComparisonResults this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As AttributeComparisonResults
public:
property AttributeComparisonResults^ default[int index] {
	AttributeComparisonResults^ get (int index);
	void set (int index, AttributeComparisonResults^ value);
}
Parameters
index (Int32)
The zero-based index of the collection member to get or set.
Value
The MessageComparisonResults at the specified index.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0