Click or drag to resize

SupportFoldersAdd Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds an item to the list.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void Add(
	string item
)
Request Example View Source

Parameters

item
Type: SystemString
Folder path to add to the list. The item cannot be null.

Implements

ICollectionTAdd(T)
See Also