SmartTagDefCollection

SmartTagDefCollection class

SmartTagDef collection.

Properties

NameTypeDescription
Countint
Item (int)SmartTagDef

Methods

NameDescription
addAdd the SmartTagDef object in the collection.
removeRemove the SmartTagDef object from the collection.
clear
removeAt
iteratorReserved for internal use.

SmartTagDefCollection.Count property

Type: int

SmartTagDefCollection.Item (int) property

Type: SmartTagDef

add(item)

Add the SmartTagDef object in the collection.

remove(item)

Remove the SmartTagDef object from the collection.

clear()

removeAt(index)

iterator()

Reserved for internal use.