Click or drag to resize
RepresentationResetBufferMode Method
Resets the buffer-mode state on the represented view.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public virtual void ResetBufferMode(
	bool notify = false
)

Parameters

notify (Optional)
Type: SystemBoolean
true to receive a notification.
Remarks
See the C++ member function IlsMvView::resetBufferMode.
See Also