Visit Gigasoft's Web Site
 ProEssentials v10 Help

SkipRanging

Scope

Pe3do

Type

Boolean/Int32

Default

FALSE

.NET

PeData.SkipRanging

Ocx|Vcl

SkipRanging

DLL

PEP_bSKIPRANGING

 

Purpose

This property tells ProEssentials to avoid overall Min Max data range determination. Set true prior to calling PEreinitialize/ReinitializeResetImage as part of data or property updating logic.  

 

Now that ProEssentials v10 can handle huge 3D surface charting, we needed to add this property to avoid legacy code flow that required range testing as a default behavior. Range testing huge amounts of data is obviously slow and we needed a way to avoid range testing to provide a path to maximum update speed for certain UI needs.  See our GigaPrime3D example project's use of this feature.   

 

Comments

PeData.SkipRanging members of Pe3do.PeData

 

See Also: ManualScaleControlY