Visit Gigasoft's Web Site
 ProEssentials v10 Help

DuplicateDataZ

Scope

Pesgo, Pe3do

Type

Int32

Default

PEDD_NONE 0

.NET

PeData.DuplicateDataZ

Ocx|Vcl

DuplicateDataZ

DLL

PEP_nDUPLICATEDATAZ

 

Purpose

Related to ZData and used within 3D charts, 2D Contours where all subsets use identical ZData.  Providing a method of reducing data redundancy in constructing chart. 

 

.NET Gigasoft.Enums.

ActiveX and

 

DuplicateData.

DLL Constants

Description

None

PEDD_NONE 0 (0)

Unique Data exists for all Subsets and Points.

PointIncrement

PEDD_POINTINCREMENT(1)

ZData contains one single array with length of Points to be shared for all Subsets.

SubsetIncrement

PEDD_SUBSETINCREMENT(2)

ZData contains one single array with length of Subsets to be shared for all Points.

 

Comments

Related to DuplicateDataX and DuplicateDataY.

 

Examples 122, 139, 408, 410, and 413 implement DuplicateData providing your best information for studying this use-case. 

 

PeData.DuplicateDataZ members of Pesgo.PeData, Pe3do.PeData