Search:     Advanced search

New

Article ID: 204
Last updated: 23 Sep, 2010
Views: 696
Posted: 25 Jul, 2008
by Ramsey M.
Updated: 23 Sep, 2010
by Murray D.

Description:

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

    dgtype constants
        Area = 0
        Linear = 1
        Segment = 2
        Count = 3
        None = 4
     
    ittype constants
        None = 0
        Part = 1
        Assembly = 2
        Folder = 3

Code:

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

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

Notes:

{See Also: Item Object}

IPlanCenter Heirarchy Map


PlanSwift Enterprise 8.2 or later

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
ItemList     Delete