API Help
Eplan.EplApi.HEServices Namespace / Edit3D Class / OpenInstallationSpaceWithDeviceName Method
Full link file name of the project.
Name of a function.

OpenInstallationSpaceWithDeviceName Method
Opens the installation space which contains a given function. The function is selected in the graphic editor.
Syntax
public void OpenInstallationSpaceWithDeviceName( 
   string strFullLinkFileName,
   string strDeviceName
)

Parameters

strFullLinkFileName
Full link file name of the project.
strDeviceName
Name of a function.
Exceptions
ExceptionDescription
Is thrown in case of invalid \parameters.
The graphics editor interface could not be created.
Remarks
The given function can be a main function (motor,...), a device with index (plug, PLC connection,...) or an interruption point. Only the first found function will be selected.
See Also