FileManager.GetDesignViewRepresentations Method
Parent Object: FileManagerDescription
Method that returns the names of all the design view representations contained within the input file (either *.iam, *.ipt or *.idv).
Remarks
Returned in the following order:
- Last Active
- Master
- All Visible
- Nothing Visible
- Default
- Other
Syntax
FileManager.GetDesignViewRepresentations( FullFileName As String ) As String()Parameters
Name | Type | Description |
FullFileName | String | Input String that specifies the file (*.iam, *.ipt or *.idv) to retrieve the design view names from. A FullDocumentName can also be specified. If an idv file is specified, the private design views contained within it are returned. |