Read access to the X component of FlexPro data with a composite data structure.
Syntax
Data.x
The syntax of the x property consists of the following elements:
Element |
Description |
---|---|
Data |
A flexpro.Data object whose X 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.x |
Returns a flexpro.Data object for the X component of a data set. |
flexpro.object(r’\DataSet').data.x.value |
Returns the data of the X component of a data set. |
flexpro.object(r'\List')[0].data.x |
Returns a flexpro.Data object for the X component of the first element of a list. |