This document is archived and information here might be outdated. Recommended version. |
Queries the minimum and maximum M values simultaneously.
[Visual Basic .NET]
Public Sub QueryMCoords ( _
ByRef MMin As Double, _
ByRef MMax As Double _
)
[C#]
public void QueryMCoords (
ref double MMin,
ref double MMax
);
[C++]
HRESULT QueryMCoords(
System.Double* MMin,
System.Double* MMax
);
[C++] Parameters MMin [out]
MMin is a parameter of type double* MMax [out]
MMax is a parameter of type double*
Returns the values of MMin and MMax respectively.