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: 6.3.0.0 (0.8.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