Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / IEplanRemoteClient Interface
Members

IEplanRemoteClient Interface
Base interface for the communication with Eplan Server.
Syntax
[Guid("155A4EA7-AB45-4c69-9B72-F6CB94BC6323")]
[ComVisible(true)]
public interface IEplanRemoteClient 
Public Properties
 NameDescription
 PropertyLicense file name (*.lis). This Property should be set before calling any StartEplan method.  
 PropertyPassword. This Property should be set before calling any StartEplan method.  
 PropertySets and gets the Synchronous mode.  
 PropertyUser name. This Property should be set before calling any StartEplan method.  
Top
Public Methods
 NameDescription
 MethodOverloaded. Connect to Eplan Server.  
 MethodDisconnect from Eplan Server.  
 MethodOverloaded. Execute an action.  
 MethodGet Eplan Servers that are currently active on local machine.  
 MethodGet Eplan versions that are currently installed on local machine.  
 MethodLock all objects in given project.  
 MethodPing the Eplan Server.  
 MethodSelects objects in GED  
 MethodOverloaded. Starts an Eplan instance.  
 MethodStops the Eplan instance which is connected to the current client.  
 MethodUnlock all objects in given project.  
Top
See Also