| RepresentationResetBufferMode Method |
Resets the buffer-mode state on the
represented view.
Namespace: RW.Server.ComponentAssembly: 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
)
Public Overridable Sub ResetBufferMode (
Optional notify As Boolean = false
)
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