Eplan Platform API
Eplan.EplApi.DataModel.Helpers Namespace / SettingPropertiesManager Class / CreateSettingPropertiesStep Method / CreateSettingPropertiesStep(Boolean) Method
If true then read-write transaction is created.

CreateSettingPropertiesStep(Boolean) Method
Creates object representing a setting properties step.
Syntax
public SettingPropertiesStep CreateSettingPropertiesStep( 
   bool bCreateTransaction
)

Parameters

bCreateTransaction
If true then read-write transaction is created.

Return Value

Exceptions
ExceptionDescription
Thrown when a SettingPropertiesStep is already created and used.
Thrown if bCreateTransaction and when a Transaction object has already been obtained and not disposed.
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.
Remarks
If a transaction is created, it is automatically committed when setting properties step object is being disposed.
See Also