Click or drag to resize
PFSFile Properties

The PFSFile type exposes the following members.

Properties
  NameDescription
Public propertyCount
Return the number of targets present in a parameter file.
Public propertyCustomResultFolder
Custom result folder.

Overrides the ProjectResultFolder, if the UseCustomResultFolder flag is true.

Managed by MzShell, when the PFS file is used as part of an open MzShell project

Public propertyItemInt32
Return a reference to the n'th target of a parameter file.

Short version of GetTarget(Int32) with

GetTarget(targetIndex+1)

Public propertyItemString
Return a reference to the first instance of a specific target name of a parameter file.

Short version of GetTarget(String, Int32) with

GetTarget(targetName,1)

Public propertyItemString, Int32
Return a reference to the n'th instance of a specific target name of a parameter file.

Short version of GetTarget(String, Int32) with

GetTarget(targetName, targetIndex+1)

Public propertyProjectResultFolder
Project result folder. A global result folder defined for the entire MzShell project.

Managed by MzShell, when the PFS file is used as part of an open MzShell project

Public propertyUseCustomResultFolder
Use custom result folder.

Overrides the ProjectResultFolder with the CustomResultFolder, if the flag is true.

Managed by MzShell, when the PFS file is used as part of an open MzShell project

Top
See Also