Read-only
About 4-Port Fixturing

NetworkPortMapC Property


Description

Read the port mapping of “out A” port for a 4-port SNP file to be embedded.

Use NetworkPortMap Method to set the port map for all four ports.

 VB Syntax

value = fixture.NetworkPortMapC (network)

Variable

(Type) - Description

value

(Long) Variable to store the returned value.

fixture

A Fixturing (object)

network

(Integer) Network position. Choose from 1 or 2.

Default

3

Examples

value = fixture.NetworkPortMapC(1)

C++ Syntax

HRESULT get_NetworkPortMapC(short* Net);

Interface

IFixturing6


Last Modified:

10-Jan-2012

Major edits

16-Nov-2010

MX New topic