SoLDMGlobalResourceParametersSetViewCulling Method (Boolean, Boolean) |
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void SetViewCulling(
bool state,
bool forceRedraw
)
Public Shared Sub SetViewCulling (
state As Boolean,
forceRedraw As Boolean
)
public:
static void SetViewCulling(
bool state,
bool forceRedraw
)
static member SetViewCulling :
state : bool *
forceRedraw : bool -> unit
Parameters
- state
- Type: SystemBoolean
- forceRedraw
- Type: SystemBoolean
RemarksSets the view culling flag. Default is true. When true, only tiles that are inside the view frustum (i.e. visible) will be loaded and conversely tiles that are outside the view frustum may be discarded.
See Also