Read-only
About the MaterialHandler connector

Get MaterialHandlerIO Method


Description

This method returns the MaterialHandlerIO interface.

 VB Syntax

app.GetMaterialHandlerIO

Variable

(Type) - Description

app

An Application (object)

Return Type

IHWMaterialHandlerIO

Default

Not Applicable

Example

Dim app As AgilentPNA835x.Application
Dim hand As HWMaterialHandlerIO
Set hand = app.GetMaterialHandlerIO

C++ Syntax

HRESULT GetMaterialHandlerIO (IHWMaterialHandlerIO **phand);

Interface

IApplication