DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Unlock | Methods | Properties
Unlocks the shape and applies deferred geometry updates.
// C# public void Unlock();
' VisualBasic Public Sub Unlock()
// Oxygene public procedure Unlock;
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.