Click or drag to resize

DataFrameName Property

Gets and sets the name for this data frame.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public string Name { get; set; }

Property Value

String
Remarks
If a name has not been set for this data frame, get returns this.Type.
See Also