2023 Members
Changes 4
M

SubTransaction

Name Return Type Description Inherited From
M Commit() TransactionStatus Commits all changes made to the model made during the sub-transaction.
M Dispose() None Releases all resources used by the SubTransaction
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetStatus() TransactionStatus Returns the current status of the sub-transaction.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M HasEnded() bool Determines whether the sub-transaction has ended already.
M HasStarted() bool Determines whether the sub-transaction has been started yet.
M RollBack() TransactionStatus Discards all changes made to the model during the sub-transaction.
M Start() TransactionStatus Starts the sub-transaction.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.