| Revit 2023 API |
| DocumentSynchronizingWithCentralEventArgs..::..Options Property |
| DocumentSynchronizingWithCentralEventArgs Class See Also |
User's options associated with the synchronization operation.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2010
Syntax
| C# |
|---|
public SynchronizeWithCentralOptions Options { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Options As SynchronizeWithCentralOptions Get |
| Visual C++ |
|---|
public: property SynchronizeWithCentralOptions^ Options { SynchronizeWithCentralOptions^ get (); } |