Search:     Advanced search

OLE Automation Quick Reference

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

The PlanCenter Hierarchy

The following is a graphical representation of the hierarchy  that must be followed for OLE automation. Click on the image text for more information on each topic.


IPlanCenter

The PlanCenter Object represents the Planswift application. This is the top level object from which all other objects will originate.  This object can be created and used from any language that supports the creation of the IDispatch interface, including the PlanSwift scripting interface.

More...


IPages

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

More...


IPage

IPage provides access to an individual plan page in the current PlanSwift job.

More...


ITabs

The ITabs object provides access to the PlanSwift estimating tabs.

More...


ITab

ITab provides access to an individual tab object in the current job.

More...


IItem

The IItem object represents an individual estimating item, along with providing access to it's child items.

More...


IProperties

The properties object provides access to the individual propertyobjects for an item.


IPropertyObject

IProperty provides access to the individual properties, both default and user defined.

More...


ISections

ISections provides access to the collection of section objects for an item.

More...


ISection

ISection provides access to an individual section object.

More...


INodes

Provides access to the nodes collection for an item section.

More...


INode

INode provides access to the properties of an individual Node.

More...


ISelectionList

Provides access to a list of all the currently selected sections in a job.

More...


This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
OLE Automation Manual     What is OLE Automation?