EnableUpdate Method
EnableUpdate()
Re-enables editor updating, that was turn of by calling DisableUpdate
method.
Using DisableUpdate/EnableUpdate to prevent notifying about updating the object state.
Declaration
public virtual int EnableUpdate()
Returns
Type | Description |
---|---|
Int32 | Number of object state updating locks. |