User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_printablecontrol.freecopy_igis_printablecontrol

Table of Contents

IGIS_PrintableControl.FreeCopy method

DK11 for .NET | TatukGIS.NDK.IGIS_PrintableControl.FreeCopy | Methods | Properties

Release the copy of the control.

Available also on: Delphi | Java | Python.

Syntax

// C#
public void FreeCopy(
  IGIS_PrintableControl _control
);
' VisualBasic
Public Sub FreeCopy(
  ByVal _control As IGIS_PrintableControl
)
// Oxygene
public
  procedure FreeCopy(
    _control : IGIS_PrintableControl
  );

Parameters

Name Type Description
_control IGIS_PrintableControl copy to free

Remarks

Do not call this method directly. Method is only for internal communication.

2022/11/16 01:37

Page Tools