FixPath Property

Returns the requested iFIX system path for the specified path index.

Syntax

object.FixPath(ePathID as PathID)

Properties

The FixPath property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

index

The path index.

Settings

The settings for PathID are:

Constant

Value

Description

Base_Path

0

Base path.

Pic_Path

1

Picture path.

ToolBar_Path

2

Toolbar path.

Documents_Path

3

Documents path.

Schedule_Path

4

Schedule path.

Local_Path

5

Local path.

Pdb_Path

6

PDB path.

Nls_Path

7

NLS path.

App_Path

9

Application path.

Htc_Path

10

HTC path.

Htd_Path

11

HTD path.

Alm_Path

12

Alarm path.

Rcm_Path

13

RCM path.

Rcc_Path

14

RCC path.

Project_Path

15

iFIX project path.

NOTE:  To access these constants, add a reference to the iFIX Global System Information Type Library in the Visual Basic Editor.

Remarks

FixPath is a read-only property of type String.

 

Applies To