DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISFeatureServer.OpenLayer | Methods | Properties
Open a service layer from url.
// C# public ITGIS_ArcGISFeatureServerLayer OpenLayer( WideString _url, WideString _layerId );
' VisualBasic Public Function OpenLayer( ByVal _url As WideString, ByVal _layerId As WideString ) As ITGIS_ArcGISFeatureServerLayer
// Oxygene public function OpenLayer( _url : WideString; _layerId : WideString ) : ITGIS_ArcGISFeatureServerLayer;
| Name | Type | Description |
|---|---|---|
| _url | WideString | service url |
| _layerId | WideString | layer id |
| Type | Description |
|---|---|
| ITGIS_ArcGISFeatureServerLayer | layer info |