Revit 2025 API
Rebar |
Returns the GUID of the API server.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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