SoLDMReaderGetMinMax Method (Int32, Int32) |
Returns min max if stored in file (obsolete)
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public override bool GetMinMax(
out int min,
out int max
)
Public Overrides Function GetMinMax (
<OutAttribute> ByRef min As Integer,
<OutAttribute> ByRef max As Integer
) As Boolean
public:
virtual bool GetMinMax(
[OutAttribute] int% min,
[OutAttribute] int% max
) override
abstract GetMinMax :
min : int byref *
max : int byref -> bool
override GetMinMax :
min : int byref *
max : int byref -> bool
Parameters
- min
- Type: SystemInt32
- max
- Type: SystemInt32
Return Value
Type:
BooleanSee Also