Create a new MEPCalculationServerInfo by an external server.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public MEPCalculationServerInfo( IExternalServer server ) |
| Visual Basic |
|---|
Public Sub New ( _ server As IExternalServer _ ) |
| Visual C++ |
|---|
public: MEPCalculationServerInfo( IExternalServer^ server ) |
Parameters
- server
- Type: Autodesk.Revit.DB.ExternalService..::..IExternalServer
The external server.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |