Click or drag to resize

MatrixDataProviderExtensionMatrixDataIRowData Interface

A row of matrix data.

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public interface IRowData

The MatrixDataProviderExtensionMatrixDataIRowData type exposes the following members.

Methods
  NameDescription
Public methodGetValue
Get attribute's value.
Public methodSetValue
Set value for attribute. Attribute must have been initiazed for the parent MatrixDataProviderExtensionMatrixData.
Top
See Also