API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

IMateriaClientAdapterConnect Method

Tries to connect to the Materia server. Note: this method must be called from the UI thread

Namespace:  Tekla.Structures.TeklaStructuresInternal.MateriaClient
Assembly:  Tekla.Structures (in Tekla.Structures.dll) Version: 2023.0.1
Syntax
Task<bool> Connect()

Return Value

Type: TaskBoolean
true if the connection is successful, false otherwise
See Also