SmartTagDefCollection
SmartTagDefCollection class
SmartTagDef collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | SmartTagDef |
Methods
| Name | Description |
|---|---|
| add | Add the SmartTagDef object in the collection. |
| remove | Remove the SmartTagDef object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved 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.