SoCpuBufferBitSetSetBufferCompressed Method |
Note: This API is now obsolete.
Set the state of the buffer.Flag must be set to true if buffer is compressed, or false otherwise.
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public virtual void SetBufferCompressed(
bool name_10906
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Overridable Sub SetBufferCompressed (
name_10906 As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
virtual void SetBufferCompressed(
bool name_10906
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
abstract SetBufferCompressed :
name_10906 : bool -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
override SetBufferCompressed :
name_10906 : bool -> unit
Parameters
- name_10906
- Type: SystemBoolean
RemarksObsoletesince Open Inventor 9100
No longer used.
See Also