Parameters
- bCreateTransaction
- If
true
then read-write transaction is created.
Return Value
New SettingPropertiesStep object.
true
then read-write transaction is created.
true
then read-write transaction is created.Exception | Description |
---|---|
Eplan.EplApi.DataModel.SettingStepAlreadyOpenException | Thrown when a SettingPropertiesStep is already created and used. |
Eplan.EplApi.Base.BaseException | Thrown if bCreateTransaction and when a Transaction object has already been obtained and not disposed. |
Eplan.EplApi.DataModel.DataModelException | Thrown if bCreateTransaction and when a read-write transaction is being opened while read-only transaction is running or
when a read-only transaction is being opened while read-write transaction is running. |