User's options associated with the synchronization operation.
Namespace: Autodesk.Revit.DB.EventsAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.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 (); } |