SoVRLdmFileReaderGetMinMax Method (Int32, Int32) |
Note: This API is now obsolete.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax [ObsoleteAttribute("Obsolete since Open Inventor 9.5.0.0. Use getMinMax(int64_t & min, int64_t & max) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool GetMinMax(
out int min,
out int max
)
<ObsoleteAttribute("Obsolete since Open Inventor 9.5.0.0. Use getMinMax(int64_t & min, int64_t & max) instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overrides Function GetMinMax (
<OutAttribute> ByRef min As Integer,
<OutAttribute> ByRef max As Integer
) As Boolean
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 9.5.0.0. Use getMinMax(int64_t & min, int64_t & max) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual bool GetMinMax(
[OutAttribute] int% min,
[OutAttribute] int% max
) override
[<ObsoleteAttribute("Obsolete since Open Inventor 9.5.0.0. Use getMinMax(int64_t & min, int64_t & max) instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract GetMinMax :
min : int byref *
max : int byref -> bool
[<ObsoleteAttribute("Obsolete since Open Inventor 9.5.0.0. Use getMinMax(int64_t & min, int64_t & max) instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override GetMinMax :
min : int byref *
max : int byref -> bool
Parameters
- min
- Type: SystemInt32
- max
- Type: SystemInt32
Return Value
Type:
BooleanRemarks Returns the minimum and maximum data values.
Caution |
---|
Obsolete since Open Inventor 9500. Use OIV.LDM.Readers.SoVRLdmFileReader.GetMinMax(System.Int64@, System.Int64@) instead. |
See Also