User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_arcgisfeatureserver.create__widestring_widestring

Table of Contents

ITGIS_ArcGISFeatureServer.Create_ method

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

Creates a feature server instance for the specified service.

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

Syntax

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

Parameters

Name Type Description
_name WideString Service name.
_url WideString Feature service URL.

Remarks

PURPOSE: Creates a feature server wrapper initialized with a service name and URL.

BEHAVIOR: Stores the provided service identity so the server can later be opened and its layers retrieved.

2026/07/11 00:08

Page Tools