User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.isnewshape

Table of Contents

ITGIS_Shape.IsNewShape property

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.IsNewShape | Methods | Properties

Shape is newly created in memory and was not loaded from stored layer data.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public Boolean IsNewShape
{
  get {}
}
' VisualBasic
Public Property IsNewShape As Boolean
  Get
  End Get
End Property
// Oxygene
public
  property IsNewShape : Boolean read;

Value

Type
bool
Boolean

Remarks

PURPOSE: Distinguish programmatically created shapes from shapes loaded from a file, database, or other vector layer source.

BEHAVIOR: Returns True for shapes created as new objects in the current editing session. Returns False for shapes that originate from existing persisted data.

CONSTRAINTS: Read-only. Set by the framework when the shape instance is created or loaded.

2026/07/05 01:25

Page Tools