Constructor DimensionLayer
DimensionLayer(ArcGISFeatureTable)
Initializes a new instance of the Dimension
Declaration
public DimensionLayer(ArcGISFeatureTable featureTable)
Parameters
Type | Name | Description |
---|---|---|
Arc |
featureTable | The feature table, containing dimension features, used as the source of the dimension layer. |
Remarks
If the feature table does not contain dimension data then the DimensionLayer will fail to load.
Layer
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.13 - 200.6 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.6 |
DimensionLayer(Item, Int64)
Initializes a new instance of the Dimension
Declaration
public DimensionLayer(Item item, long layerId)
Parameters
Type | Name | Description |
---|---|---|
Item | item | A feature service Portal |
System. |
layerId | The layer ID for which to create the layer. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.13 - 200.6 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.6 |
DimensionLayer(Uri)
Initializes a new instance of the Dimension
Declaration
public DimensionLayer(Uri source)
Parameters
Type | Name | Description |
---|---|---|
System. |
source | The URI to the feature service layer. |
Remarks
If the specified URI is not a valid Feature Service endpoint, then it will fail to load.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.13 - 200.6 |
Xamarin.Android | 100.13 - 100.14 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.6 |