User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.unlock_void

Table of Contents

ITGIS_Shape.Unlock method

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

Unlocks the shape and applies deferred geometry updates.

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

Syntax

// C#
public void Unlock();
' VisualBasic
Public Sub Unlock()
// Oxygene
public
  procedure Unlock;

Remarks

PURPOSE: Completes a batch edit operation started with Lock by restoring normal update behavior.

BEHAVIOR: Recalculates deferred cached values such as extents and any related state postponed while the shape was locked.

CONSTRAINTS: Should be called after Lock to keep geometry state synchronized.

References

2026/07/05 01:25

Page Tools