XYZGetPropsΒΆ

XYZGetProps returns the dataset properties of a 3D dataset (x/y/z).

ssProps = XYZGetProps(hData)
ssProps = XYZGetProps(hData, bDefault)

Return Value

ssProps is a scalar string with properties of a 3D dataset.

Parameters

hData

The handle of a dataset created with XYZCreate.

bDefault

If bDefault is FALSE (0) or if the parameter is not specified only the properties that are different from the default properties are returned. If bDefault is TRUE (1) all properties are returned.

Example

XYZGetProps(hData)
 marker='4'
 base-value-3d='200'
 outside-color='#7F7F7F'
 marker-label-font-face-name='Arial'
 marker-label-font-height='-9'
 marker-label-font-pitch-and-family='34'
 label-font-face-name='Arial'
 label-font-pitch-and-family='34'
 bubble='1'
 bubble-color-type='2'
 bubble-size-min='20'
 bubble-size-max='100'

id-1597526