Class TopSolidCaeHostInstance
Represents a TopSolid'Cae host instance providing WCF services for automating.
Inherited Members
Namespace: TopSolid.Cae.Kernel.Automating
Assembly: TopSolid.Cae.Kernel.Automating.dll
Syntax
[AvailableSinceVersion(7, 19, 15, 0)]
public class TopSolidCaeHostInstance
Remarks
When automating several instances of TopSolid at the same time one must make and use several instances of this class (one per TopSolid instance), otherwise if only one instance of TopSolid is to be automated, it is possible to simply use the TopSolidCaeHost static class.
This class is available since v7.17.
Constructors
| Name | Description |
|---|---|
| TopSolidCaeHostInstance(TopSolidHostInstance) | Initializes a new instance of the TopSolidCaeHostInstance class. |
Properties
| Name | Description |
|---|---|
| Documents | Gets access to Cae documents, or null if not connected. |
| IsConnected | Tells whether TopSolid is connected. |
| Results | Gets access to Cae results, or null if not connected. |
Methods
| Name | Description |
|---|---|
| Connect() | Connects to TopSolid application. |
| Disconnect() | Disconnect from TopSolid application. |