MEPCalculationServerInfo.ServerId Property

MEPCalculationServerInfoServerId Property

The Id of the server.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Guid ServerId { get; set; }
Public Property ServerId As Guid
	Get
	Set
public:
property Guid ServerId {
	Guid get ();
	void set (Guid value);
}
member ServerId : Guid with get, set

Property Value

Guid
See Also