MPSReaderNameRanges Property |
The name of the RANGES set.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string NameRanges { get; set; }
Public Overridable Property NameRanges As String
Get
Set
public:
virtual property String^ NameRanges {
String^ get ();
void set (String^ value);
}
abstract NameRanges : string with get, set
override NameRanges : string with get, set
Property Value
Type:
String
A
String containing the name of the Ranges set.
Remarks
An MPS file can contain multiple sets of RANGES, but only one is
retained by this reader. If not set, then the first setin the file is
used.
See Also