Constructor GenerateLayerOption
GenerateLayerOption()
Initializes a new instance of the Generate
Declaration
public GenerateLayerOption()
Remarks
Creates a new instance with the following values:
- Layer
Id = 0 - Query
Option = UseFilter - Use
Geometry =true
- Include
Related =false
- Where
Clause = ""
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
Relevant samples
GenerateLayerOption(Int64)
Initializes a new instance of the Generate
Declaration
public GenerateLayerOption(long layerId)
Parameters
Type | Name | Description |
---|---|---|
System. |
layerId | A layer id in the service |
Remarks
Creates a new instance with the supplied layer ID and the following values:
- Query
Option = UseFilter - Use
Geometry =true
- Include
Related =false
- Where
Clause = ""
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
GenerateLayerOption(Int64, Boolean)
Initializes a new instance of the Generate
Declaration
public GenerateLayerOption(long layerId, bool includeRelated)
Parameters
Type | Name | Description |
---|---|---|
System. |
layerId | A layer id in the service. |
System. |
includeRelated | Indicates if related rows should be included. |
Remarks
Creates a new instance with the supplied layer ID and includeRelated value and the following values:
- Query
Option = UseFilter - Use
Geometry =true
- Where
Clause = ""
includeRelated
only applies when the Querynone
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
GenerateLayerOption(Int64, String)
Initializes a new instance of the Generate
Declaration
public GenerateLayerOption(long layerId, string whereClause)
Parameters
Type | Name | Description |
---|---|---|
System. |
layerId | A layer id in the service |
System. |
whereClause | a where clause to apply to the layer |
Remarks
Creates a new instance with the supplied layer ID and where clause and the following default values:
- Query
Option = UseFilter - Use
Geometry =true
- Include
Related =false
Includenone
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |