This document is archived and information here might be outdated. Recommended version. |
Sets the minimum and maximum M values simultaneously.
[Visual Basic .NET]
Public Sub PutMCoords ( _
ByVal MMin As Double, _
ByVal MMax As Double _
)
[C#]
public void PutMCoords (
double MMin,
double MMax
);
[C++]
HRESULT PutMCoords(
double MMin,
double MMax
);
[C++] Parameters MMin
MMin is a parameter of type double MMax
MMax is a parameter of type double
Sets the MMin and MMax simultaneously. This avoids complications of setting MMin and MMax individually in which they could become inconsistent.