Adds Reference and Value attributes on the legend layer.

syntaxSyntax:
FWizLegend.DrawAttributes(bSwitchPosition=false)

Parameters

Parameter Description
bSwitchPosition Specify true to change the position of the attributes.

Return Value

If an error occurs it returns false otherwise it returns true.

Example

  Copy codeCopy code
var ctx = FWiz.GetLegendCtx();
ctx.DrawAttributes();

See also