SoLDMNodeFrontManagerSetSliceMaxVisualResolution Method |
Set the maximum display resolution of slice sliceID.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetSliceMaxVisualResolution(
int sliceID,
int res
)
Public Sub SetSliceMaxVisualResolution (
sliceID As Integer,
res As Integer
)
public:
void SetSliceMaxVisualResolution(
int sliceID,
int res
)
member SetSliceMaxVisualResolution :
sliceID : int *
res : int -> unit
Parameters
- sliceID
- Type: SystemInt32
- res
- Type: SystemInt32
Remarks
See Also