Revit 2026 API
Rebar |
Returns the GUID of the API server.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Guid GetServerGUID()
Public Function GetServerGUID As Guid
public: Guid GetServerGUID()
member GetServerGUID : unit -> Guid
Return Value
GuidThe GUID of the API server
| Exception | Condition |
|---|---|
| InvalidOperationException | This RebarFreeFormAccessor doesn't contain a valid rebar reference. |
See Also