Read access to the Z component of FlexPro data with a composite data structure.
Syntax
Data.z
The syntax of the z property consists of the following elements:
Element |
Description |
---|---|
Data |
A flexpro.Data object whose Z component is accessed. |
Remarks
The property returns a flexpro.Data object that represents the component.
Available In
FlexPro Professional, Developer Suite
Examples
flexpro.object(r’\DataSet').data.z |
Returns a flexpro.Data object for the Z component of a data set. |
flexpro.object(r’\DataSet').data.z.value |
Returns the data of the Z component of a data set. |
flexpro.object(r'\list')[0].data.z |
Returns a flexpro.Data object for the Z component of the first element of a list. |