%HI_LayersParams function


Function
The function sets the object attributes for individual layers from the script - layers range in which the parameters of graphic object will be set. Attributes can be set for current layer, all layers or range of layers.
The function defines layers for relevant %HI_Set* functions.
Declaration
 %HI_LayersParams(
   INT in _fromL
 [,INT in _toL]
 )

Parameters
fromL From layer.
toL To layer.
  • _fromL = 0; _toL = value it is not important - attributes are set on current / visible layer
  • _fromL = -1; _toL = value it is not important - attributes are set on all layer

Note 1
Using %HI_Get* function the parameters are set from current layer.
Note 2
This function is available also in %HIX_ version.
Napíšte komentár