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: 15.0.2.11458
Syntax
C#
public sealed class BatchEdit : IAsyncCompletable, 
	IDisposable

The BatchEdit type exposes the following members.

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