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.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
Relevant samples
Create, delete, and update features: Add, delete, and update features (geometry and attributes) in 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.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.1 - 200.7
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.7

ServiceFeatureTable(Item)

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

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

The ArcGIS Item that represents a feature service or a feature layer.

Remarks

If the portal item is a 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.7
.NET100.14 - 200.7
.NET Windows100.14 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.14 - 200.7
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.7

ServiceFeatureTable(Item, Int64)

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

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

The ArcGIS Item of FeatureService type.

System.Int64 layerId

The layer id on the service for which to create the table.

See Also
ServiceFeatureTable(Item)

Applies to

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