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