Click or drag to resize

BatchEdit Class

Starts and ends editing an IBatchEditable or IBatchEditable object.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonBatchEdit

Namespace: Demo3D.Common
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public sealed class BatchEdit : IAsyncDisposable, 
	IDisposable

The BatchEdit type exposes the following members.

Constructors
 NameDescription
Public methodBatchEdit Starts editing an IBatchEditable object. The objects EndEditAsync(Boolean) is called when Disposeis called.
Top
Methods
 NameDescription
Public methodStatic memberBeginEditAsync Starts editing an IBatchEditable object. The objects EndEditAsync(Boolean) is called when DisposeAsync(Boolean)is called.
Top
See Also