Feature Service Layer Id Info
An object that represents the metadata for a Feature service layer. You will get this object from ArcGISFeatureServiceInfo.layerInfos.
Since
200.1.0
See also
Properties
Link copied to clipboard
The type of geometry that all the features in the layer possess. For point, multipoint, polyline or polygon feature layers, this will be the type of the feature's geometry. For annotation and dimension feature layers, this will be GeometryType.Polygon (referring to the outline of the text graphic). For tables, this will be GeometryType.Unknown.
Link copied to clipboard
Whether the features in the layer should be visible when loaded.
Link copied to clipboard
The type of data held in the layer on the service. Indicates the type of data contained in the layer, e.g., table row, geometric feature, annotation or dimension feature.