Click or drag to resize

MarkerAPI Class

The root class that will be instantiated by a client application. Through this class, core functionalities of the Laser Processing API can be accessed.
Inheritance Hierarchy
SystemObject
  RAYLASE.MarkerMarkerAPI

Namespace: RAYLASE.Marker
Assembly: RAYLASE.Marker (in RAYLASE.Marker.dll) Version: 2.19.0
Syntax
C#
public class MarkerAPI : IDisposable

The MarkerAPI type exposes the following members.

Constructors
 NameDescription
Public methodMarkerAPI Constructor. For simplicity, it builds the API tree during construction instead of in a separate call.
Public methodMarkerAPI(String, String)Initializes a new instance of the MarkerAPI class
Public methodMarkerAPI(String, String, Boolean) Constructor. For simplicity, it builds the API tree during construction instead of in a separate call.
Top
Properties
 NameDescription
Public propertyConfigurationManager Provides access to the configuration of the marker library.
Public propertyDeviceManager Provides access to device management functionalities.
Public propertyJobElementManager Provides access to job element management functionalities.
Public propertyJobManager Provides access to job management functionalities.
Public propertyLicenseManager Provides access to the license managing of the marker library.
Public propertyLogger Provides access to the common logger.
Public propertyLogManager Provides access to the log manager.
Public propertyPermissionManager Provides access to permission management functionalities.
Public propertyPluginManager Provides access to plugin management functionalities.
Public propertyTemplateManager Provides access to the templates of the marker library.
Public propertyVariableManager Provides access to variable management functionalities.
Top
Methods
 NameDescription
Public methodCreateUndoRedoManagerT Creates an undo-redo manager.
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Overrides ObjectFinalize)
Public methodRegisterDialogAutomationService Register a dialog automation service to be used for dialog automation.
Top
See Also