Search:     Advanced search

Function New

Article ID: 238
Last updated: 23 Sep, 2010
Views: 804
Posted: 07 Aug, 2008
by Ramsey M.
Updated: 23 Sep, 2010
by Murray D.

Description:

Function New(dgtype: integer; ittype: integer): IItem;

Creates a new child item under the item.
     
   
dgtype constants  
        Area = 0
        Linear = 1
        Segment = 2
        Count = 3
        None = 4
     
    ittype constants
        None = 0
        Part = 1
        Assembly = 2
        Folder = 3

Code:

Delphi:
newchild := oItem.new(0, 1);

VBA:
Set newchild = oItem.new(0, 1)

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 Edit     Function DoRecord