Show / Hide Table of Contents

Constructor ServiceFeatureTable

ServiceFeatureTable(Uri)

Initializes a new instance of the ServiceFeatureTable class.

Declaration
public ServiceFeatureTable(Uri source)
Parameters
Type Name Description
System.Uri source

The service URI.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.2 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
Relevant samples
Add features: Add features to a feature layer.
Change feature layer renderer: Change the appearance of a feature layer with a renderer.
Display annotation: Display annotation from a feature service URL.

ServiceFeatureTable(ServiceFeatureTable, RelationshipInfo)

Initializes a new instance of the ServiceFeatureTable class.

Declaration
public ServiceFeatureTable(ServiceFeatureTable table, RelationshipInfo relationshipInfo)
Parameters
Type Name Description
ServiceFeatureTable table

The table from which to create a new table.

RelationshipInfo relationshipInfo

The relationship info specifying which table to create.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.1 - 200.8
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.8

ServiceFeatureTable(Item)

Initializes a new instance of the ServiceFeatureTable class from an ArcGIS map or feature service or feature layer portal item.

Declaration
public ServiceFeatureTable(Item item)
Parameters
Type Name Description
Item item

An ArcGIS map or feature service or feature layer PortalItem

Remarks

If the portal item is a map or feature service, the ServiceFeatureTable will be created from the first layer on the service. If the portal item references a specific feature layer, the ServiceFeatureTable will be created for that layer.

See Also
ServiceFeatureTable(Item, Int64)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 200.8
.NET100.14 - 200.8
.NET Windows100.14 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.14 - 200.8
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8

ServiceFeatureTable(Item, Int64)

Initializes a new instance of the ServiceFeatureTable class from a map or feature service portal item.

Declaration
public ServiceFeatureTable(Item item, long layerId)
Parameters
Type Name Description
Item item

An ArcGIS map or feature service PortalItem.

System.Int64 layerId

The layer id of an individual layer in the ArcGIS map or feature service represented by the PortalItem.

See Also
ServiceFeatureTable(Item)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.2.1 - 200.8
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.8
In This Article
Back to top Copyright © 2022 Esri.