FZ_FormBase.GetUnitFigure

Gets a figure data in the processing unit

Public Function GetUnitFigure( _
   ByVal unitNo As Integer, _
   ByVal figureNo As Integer, _
   ByRef type As Integer, _
   ByRef figure() As Integer _
) As Integer

Parameters
unitNo
Processing unit number of the figure data to be gotten
Input
figureNo
Figure number of the figure data to be gotten
Input
type
Pointer to the figure to be obtained data information
Output
figure
Pointer to the figure to be obtained data
Output

Return Value
Returns 0 when the figure information and figure data are successfully obtained.
Otherwise returns a non-zero value.

Description
Sets a figure data to the specified figure number of the specified processing unit.

Example
See Example in "refSetUnitFigure" section.