Layer Class

PreStorm - A Data Client for ArcGIS Server REST API
Represents the layer object as defined in the ArcGIS Rest API.
Inheritance Hierarchy

SystemObject
  PreStormLayer

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public class Layer

The Layer type exposes the following members.

Constructors

  NameDescription
Public methodLayer
Initializes a new instance of the Layer class
Top
Properties

  NameDescription
Public propertyfields
The fields of the layer.
Public propertygeometryType
The geometry type of the layer.
Public propertyhasZ
Indicates if the layer supports the Z coordinates.
Public propertyid
The layer ID.
Public propertyname
The name of the layer.
Public propertytype
The type of the layer.
Top
See Also

Reference