LayerUpdateDocumentMap

LayerUpdateDocumentMap updates the document table that is used for the axes links.

bool = LayerUpdateDocumentMap(hLayer, ssAxis, bForceUpdate)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hLayer

Identifies the layer.

ssAxis

ssAxis is a scalar string with the value “X” or “Y”. “Z” is not supported.

bForceUpdate

If bForceUpdate is TRUE (1), the axis scale in the document is overwritten. If bForceUpdate is FALSE (0), the axis scale is only updated if the scaling is more recent.

Comment

See LayerSetAxisLinkName.

History

Version Description
R2012 (5.40.0) New.

id-844596