SoVolumeHistogramGetMax Method |
Note: This API is now obsolete.
Returns the max value of the dataset according to the specified data type .
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since OpenInventor 9700. Use Max property instead.")]
public double GetMax()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since OpenInventor 9700. Use Max property instead.")>
Public Function GetMax As Double
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since OpenInventor 9700. Use Max property instead.")]
double GetMax()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since OpenInventor 9700. Use Max property instead.")>]
member GetMax : unit -> float
Return Value
Type:
DoubleRemarks See Also