IProjectItemsAddFolder Method

Add a new folder to the end of the collection of project items

Namespace:  Tekla.Structural.InteropAssemblies.Tedds
Assembly:  Tedds.TeddsIA (in Tedds.TeddsIA.dll) Version: 25.0.0.0
Syntax
IProjectFolderItem AddFolder(
	string Name
)

Parameters

Name
Type: SystemString
Name of the folder

Return Value

Type: IProjectFolderItem
New project folder object
See Also