User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_arcgisfeatureserver.open_widestring

Table of Contents

ITGIS_ArcGISFeatureServer.Open method

DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISFeatureServer.Open | Methods | Properties

Opens a feature service 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 Feature service URL.

Remarks

PURPOSE: Connects to an ArcGIS Feature Service endpoint and loads its metadata.

BEHAVIOR: Uses the supplied URL, reads service information, and populates the available layer list for the service.

USAGE: Call this overload when the service URL is known at the time of opening.

server.Open(url)

2026/07/11 00:08

Page Tools