SoVolumeHistogramGetMaxValue Method |
Note: This API is now obsolete.
Returns the max value of the dataset for integer data types .
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 MaxValue property instead.")]
public long GetMaxValue()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since OpenInventor 9700. Use MaxValue property instead.")>
Public Function GetMaxValue As Long
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since OpenInventor 9700. Use MaxValue property instead.")]
long long GetMaxValue()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since OpenInventor 9700. Use MaxValue property instead.")>]
member GetMaxValue : unit -> int64
Return Value
Type:
Int64Remarks See Also