InfInterfaces Folder (Object)
All Frameworks Object Hierarchy This Framework Previous Next Indexes
Folder (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---FileComponent
|
+---Folder
Represents the folder object.
It allows you to manipulate folders and
gives access to information about them.
Property Index
-
Files
- Returns the file collection of the folder.
-
SubFolders
- Returns the folder collection of the folder.
Properties
-
Returns the file collection of the folder.
- Example:
-
This example retrieves in TestFiles the file collection
of the folder TestFolder.
Dim TestFiles As Files
Set TestFiles = TestFolder.Files
-
Returns the folder collection of the folder.
- Example:
-
This example retrieves in TestSubFolders the folder colection
of the folder TestFolder.
Dim TestSubFolders As CATIAFolders
Set TestSubFolders = TestFolder.SubFolders
Copyright © 2003, Dassault Systèmes. All rights reserved.