 | MatrixDataProviderExtensionMatrixData Constructor |
Constructor
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic MatrixData(
Dictionary<string, string> attributeToLabel
)
Public Sub New (
attributeToLabel As Dictionary(Of String, String)
)
Parameters
- attributeToLabel DictionaryString, String
- Dictionary from Attribute to Label. Initializes to empty if null.
See Also