DK11 for Java | tatukgis.jdk.TGIS_LayerVector.GetLastUid | Constructors | Fields | Methods | Properties | Events
Gets the Uid of the last shape.
// Java public long GetLastUid();
// Oxygene public function GetLastUid : TGIS_Uid; virtual;
Type | Description |
---|---|
long TGIS_Uid | 0 if Uid not assigned (in fact, only for pixel layers) or Uid value. |
Use this method to peek at the last attached Uid. Be aware that the Uid can point to a non-existing (for example, already deleted) shape.