| Revit 2022.1 API |
| ExternalResourceReference..::..ServerId Property |
| ExternalResourceReference Class See Also |
The id of the server that Revit is expecting to provide the external resource.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2015
Syntax
| C# |
|---|
public Guid ServerId { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ServerId As Guid Get |
| Visual C++ |
|---|
public: property Guid ServerId { Guid get (); } |