Share

FileManager.GetPositionalRepresentations Method

Parent Object: FileManager

Description

Method that returns the names of all the positional representations contained within the input assembly file.

Remarks

Returned in the following order:

  1. Master
  2. Other

Syntax

FileManager.GetPositionalRepresentations( FullFileName As String ) As String()

Parameters

Name Type Description
FullFileName String Input String that specifies the file to retrieve the positinal representations from.

Version

Introduced in version 11

Was this information helpful?