DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISFeatureServer.Create_ | Methods | Properties
Creates a feature server instance for the specified service.
// 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 );
| Name | Type | Description |
|---|---|---|
| _name | WideString | Service name. |
| _url | WideString | Feature service URL. |
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.