SoLDMGlobalResourceParametersSetViewCulling Method (Boolean, Boolean) |
Sets the view culling flag.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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
Remarks 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