Click or drag to resize

RepresentationSetBufferMode Method

Sets the represented view buffer mode.

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 SetBufferMode(
	bool value
)

Parameters

value
Type: SystemBoolean
true to set the buffer mode. false to unset.

Field Value

Type: 
The new represented view buffer mode.
Remarks
See the C++ member function IlsMvView::setBufferMode().
See Also