The CreateObject, ReadObject, UpdateObject and DeleteObject API methods provide access to the same resource-based programming model as used in the GeognoSIS HTTP API with a REST client.
Deletes an object in the current SWD.
This is the GisLink and ActiveX equivalent of the HTTP API DELETE method.
Visual Basic |
---|
Public Function DeleteObject( _ ByVal url As String, _ ) As Integer |
Available: MM ME MD OD OM SISPy PySIS
Group:
mapobject.DeleteObject (“sis://api/Map/Overlays/3.json”)
Deletes overlay 3 in the current swd.
mapobject.DeleteObject (“sis://api/Map/Overlays/3/Items.json”)
Deletes all the items on overlay 3
mapobject.DeleteObject (“sis://api/Map/Overlays/3.json”)
Deletes overlay 3
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).