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