SoLDMNodeFrontManagerGetMinResolution Method |
Returns how many different subsample levels of the data set the data stores.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int GetMinResolution()
Public Function GetMinResolution As Integer
public:
int GetMinResolution()
member GetMinResolution : unit -> int
Return Value
Type:
Int32
RemarksThe number returned is the power of 2 of the lowest resolution.
See Also