Search:     Advanced search

Function Add

Article ID: 226
Last updated: 23 Sep, 2010
Views: 704
Posted: 06 Aug, 2008
by Ramsey M.
Updated: 23 Sep, 2010
by Murray D.

Description:

Function Add: IPropertyObject;

Adds a new Property to the item and returns the propertyobject.

Code:

Delphi:
oProp := oItem.properties.add;

VBA:
Set oProp = oItem.properties.add

Notes:

IPlanCenter Heirarchy Map


PlanSwift Enterprise 8.2 or later

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
Function Count     Function ByName