| 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: 7.2.0.0 (7.2.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