Click or drag to resize

MatrixDataProviderExtensionMatrixData Constructor

Constructor

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public MatrixData(
	Dictionary<string, string> attributeToLabel
)

Parameters

attributeToLabel  DictionaryString, String
Dictionary from Attribute to Label. Initializes to empty if null.
See Also