Search:     Advanced search

EstimatingRefresh

Article ID: 310
Last updated: 24 Sep, 2010
Views: 910
Posted: 11 Dec, 2008
by Thomas B.
Updated: 24 Sep, 2010
by Murray D.

 

Description:

Refreshes the Estimating Tab.

Notes:

Creates a digitizer item and refreshes the Estimating Tab.  Copy and past the code into a New PlanSwift Script.

Pascal Example:

AItem := NewItem(CurrentTab);
SetDigitizerType(AItem,'Area');
SetItemProperty(AItem,'Name', 'Test Area Item')
EstimatingRefresh;

Visual Basic Example:

AItem = NewItem(CurrentTab)
SetDigitizerType(AItem,"Area")
SetItemProperty(AItem,"Name","Test Area Item")
EstimatingRefresh


Enterprise and Developer editions

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
CurrentJobDescription     Graphics Routines