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