Solid Edge Framework Type Library
CreateFolder Method
Specifies the number of folders to create.
Specifies the folder(s) to create, with complete URL paths.
Description
This method creates a folder or group of folders with the specified name or names.
Syntax
Visual Basic
Public Sub CreateFolder( _
   ByVal numberOfFoldersToCreate As Long, _
   ByVal varListOfFoldersToCreate As Variant _
) 
Parameters
numberOfFoldersToCreate
Specifies the number of folders to create.
varListOfFoldersToCreate
Specifies the folder(s) to create, with complete URL paths.
See Also

Insight Object  | Insight Members

Send comments on this topic.