| ConnectivityMatrixLabels Property |
Gets and sets the labels for the rows/columns of the connectivity matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public IList<string> Labels { get; set; }
Public Property Labels As IList(Of String)
Get
Set
public:
property IList<String^>^ Labels {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Labels : IList<string> with get, set
Property Value
IListStringSee Also