Class ArcGISMapServiceSublayerInfo
Represents the metadata for an ArcGIS Map Service sublayer.
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISMapServiceSublayerInfo
Properties
| Name | Description |
|---|---|
| Attribution | Gets the sublayer's attribution (copyright text). |
| CanModifyLayer | Gets a value indicating whether the sublayer supports modifying its renderer and/or its data source. |
| CanScaleSymbols | Gets a value indicating whether the sublayer renders its symbols based on scale. |
| Capabilities | Gets the sublayer's capabilities. |
| DefaultSubtypeCode | Gets the layer's default subtype code. |
| DefaultVisibility | Gets a value indicating whether the sublayer is visible by default. |
| DefinitionExpression | Gets the sublayer's definition expression. |
| Description | Gets the sublayer's description string. |
| DisplayFieldName | Gets the name of this sublayer's display field ( |
| DrawingInfo | Gets the sublayer's drawing info. |
| EffectiveMaxScale | Gets the effective maximum scale at which the sublayer is visible. |
| EffectiveMinScale | Gets the effective minimum scale at which the sublayer is visible. |
| Extent | Gets the sublayer's extent. |
| FeatureSubtypes | Gets a list of FeatureSubtype of this layer. |
| FeatureTypes | Gets a list of feature types for the sublayer. |
| Fields | Gets a list of field definitions for the sublayer. |
| GeometryType | Gets the GeometryType of features in the sublayer. |
| HasAttachments | Gets a value indicating whether the sublayer supports attachments. |
| HasLabels | Gets a value indicating whether the sublayer has labels defined on it. |
| HasM | Gets a value indicating whether the sublayer has M ordinates. |
| HasZ | Gets a value indicating whether the sublayer has Z ordinates. |
| IsDataVersioned | Gets a value indicating whether the sublayer has versioned data. |
| MaxRecordCount | Gets the maximum number of records that can be returned by query, find, and identify operations on this sublayer. |
| MaxScale | Gets the maximum scale at which the sublayer is visible. |
| MinScale | Gets the minimum scale at which the sublayer is visible. |
| OwnershipBasedAccessControl | Gets the sublayer's ownership based access control. |
| ParentLayerInfo | Gets the parent layer ID. |
| RelationshipInfos | Gets a list of RelationshipInfo of sublayer. |
| ServiceLayerId | Gets the sublayer's ID. |
| ServiceLayerName | Gets the sublayer's name. |
| Source | Gets the endpoint URL of the ArcGIS Map Service for the sublayer. |
| SublayerInfos | Gets a collection of sublayer IDs. |
| SublayerType | Gets the sublayer's service type. |
| SubtypeField | Gets the layer's subtype field. |
| SupportsAdvancedQueries | Gets a value indicating whether the sublayer supports advanced queries, such as order-by fields. |
| SupportsStatistics | Gets a value indicating whether the sublayer supports statistical functions in query operations. |
| TimeInfo | Gets the sublayer's TimeInfo. |
| TypeIdFieldName | Gets the name of the sublayer's type ID field ( |
| UseStandardizedQueries | Gets a value indicating whether the sublayer requires the use of standardized queries. |
| Version | Gets the sublayer's version string ( |
Methods
| Name | Description |
|---|---|
| FromJson(String) | Creates the instance from a JSON string. |
| GetField(String) | Gets the associated Field with specified field name. |
Applies to
| 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 |