DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISServerFolder.Open | Methods
Opens a server folder from the specified URL.
// C# public void Open( WideString _url );
' VisualBasic Public Sub Open( ByVal _url As WideString )
// Oxygene public procedure Open( _url : WideString );
| Name | Type | Description |
|---|---|---|
| _url | WideString | Server folder URL. |
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