TransactionAttribute.Mode Property

TransactionAttributeMode Property

Transaction mode.

Namespace: Autodesk.Revit.Attributes
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TransactionMode Mode { get; }
Public ReadOnly Property Mode As TransactionMode
	Get
public:
property TransactionMode Mode {
	TransactionMode get ();
}
member Mode : TransactionMode with get

Property Value

TransactionMode
See Also