Search:     Advanced search

IPages

Article ID: 176
Last updated: 23 Sep, 2010
Views: 1037
Posted: 24 Jul, 2008
by Ramsey M.
Updated: 23 Sep, 2010
by Murray D.

Description:

Pages Object
The pages object provides access to the plan pages for the current PlanSwift job.

Code:

Delphi:
pc := createoleobject('Planswift.PlanCenter');
opages := pc.pages;

VBA:
set pc = createobject("Planswift.PlanCenter")
set opages = pc.pages

Notes:

IPlanCenter Heirarchy Map


PlanSwift Enterprise 8.2 or later

This article was:  
Also read
document Pages
document IPage

Prev  Not what you're looking for? Suggest a topic  Next
IPlanCenter     IPage