Class TopSolidCaeHost
Represents TopSolid'Cae host providing WCF services for automating.
Inheritance
System.Object
TopSolidCaeHost
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TopSolid.Cae.Kernel.Automating
Assembly: TopSolid.Cae.Kernel.Automating.dll
Syntax
public static class TopSolidCaeHost
Remarks
This class is available since v7.17.
Properties
Documents
Gets access to Cae documents, or null if not connected.
Declaration
public static ICAEDocuments Documents { get; }
Property Value
Type | Description |
---|---|
ICAEDocuments |
HostInstance
Gets the host instance.
Declaration
public static TopSolidCaeHostInstance HostInstance { get; }
Property Value
Type | Description |
---|---|
TopSolidCaeHostInstance |
IsConnected
Tells whether TopSolid is connected.
Declaration
public static bool IsConnected { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Results
Gets access to Cae results, or null if not connected.
Declaration
public static IResults Results { get; }
Property Value
Type | Description |
---|---|
IResults |
Methods
Connect()
Connects to TopSolid application.
Declaration
public static void Connect()
Disconnect()
Disconnect from TopSolid application.
Declaration
public static void Disconnect()