Add (PropNodes)

Adds the specified node object to the collection.

Syntax

object.Add(property As PropNode)

The Add method syntax has the following parts:

Part Description
object An expression evaluating to an object of type PropNodes.
property PropNode object to be added.

Example

Set nod = New PropNode
nod.Category = "Address"
nod.Name = "State"
nod.Type = ddPLEnum
pl.Properties.Add nod