RebarFreeFormAccessor.GetServerGUID Method

RebarFreeFormAccessorGetServerGUID Method

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

Guid
The GUID of the API server
Exceptions
ExceptionCondition
InvalidOperationException This RebarFreeFormAccessor doesn't contain a valid rebar reference.
See Also