Constructor ServiceFeatureTable
ServiceFeatureTable(Uri)
Initializes a new instance of the ServiceFeatureTable class.
Declaration
public ServiceFeatureTable(Uri source)
Parameters
Type | Name | Description |
---|---|---|
Uri | source | The service URI. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.14 |
Relevant samples
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 100.15 |
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
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.14 - 100.15 |
.NET 6.0 | 100.14 - 100.15 |
.NET 6.0 Windows | 100.14 - 100.15 |
.NET Framework | 100.14 - 100.15 |
Xamarin.Android | 100.14 - 100.15 |
Xamarin.iOS | 100.14 - 100.15 |
UWP | 100.14 - 100.15 |
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. |
Int64 | layerId | The layer id on the service for which to create the table. |
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.2.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 100.15 |