User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_controlattributes.newshape_tgis_shape

Table of Contents

TGIS_ControlAttributes.NewShape method

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ControlAttributes.NewShape | Constructors | Fields | Methods | Properties | Events

Show attributes for a new initialised shape.

Available also on: Delphi FMX | Java | ActiveX | Python.

Syntax

// C#
public void NewShape(
  TGIS_Shape _shape
);
' VisualBasic
Public Sub NewShape(
  ByVal _shape As TGIS_Shape
)
// Oxygene
public
  procedure NewShape(
    _shape : TGIS_Shape
  );

Parameters

Name Type Description
_shape TGIS_Shape Shape object to display attribute filed for shape ; nil to clear the list
2022/11/16 01:38

Page Tools