User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_arcgisserverfolder.open_widestring

Table of Contents

ITGIS_ArcGISServerFolder.Open method

DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISServerFolder.Open | Methods

Opens a server folder from the specified URL.

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

Syntax

// C#
public void Open(
  WideString _url
);
' VisualBasic
Public Sub Open(
  ByVal _url As WideString
)
// Oxygene
public
  procedure Open(
    _url : WideString
  );

Parameters

Name Type Description
_url WideString Server folder URL.

Remarks

PURPOSE: Connects to an ArcGIS server folder endpoint and discovers available feature services.

BEHAVIOR: Uses the supplied folder URL and populates theServers list with discovered feature servers.

USAGE: Call this method to enumerate services published in a server folder.

folder.Open(url)       servers = folder.Servers

2026/07/11 00:08

Page Tools