StartTransaction Method
Overview
Starts a transaction and returns the IBcadTransaction object.
When a transaction is already in progress, the returned transaction joins it (nested transactions share the outermost boundary).
Call Commit on the returned object to confirm the changes; otherwise they are rolled back when the object is released.
Parameters:
| Name | Type | Description |
|---|
Return: IBcadTransaction