BatchEditBeginEditAsync Method |
Namespace: Demo3D.CommonAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic static Task<BatchEdit> BeginEditAsync(
bool sync,
IBatchEditable editable
)
Parameters
- sync Boolean
- If true, the Task returned is guaranteed to be complete.
- editable IBatchEditable
- The editable object.
Return Value
TaskBatchEditNew
BatchEdit instance.
See Also