dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
ArcGISMapServiceCapabilitiesExportMap Class
Indicates options supported by the exportMap operation.
ArcGIS Maps SDK for JavaScript
public class ArcGISMapServiceCapabilitiesExportMap :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ArcGISMapServiceCapabilitiesExportMap>
Inheritance System.Object 🡒 ArcGISMapServiceCapabilitiesExportMap
Implements System.IEquatable<ArcGISMapServiceCapabilitiesExportMap>
Constructors
ArcGISMapServiceCapabilitiesExportMap(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
Indicates options supported by the exportMap operation.
ArcGIS Maps SDK for JavaScript
public ArcGISMapServiceCapabilitiesExportMap(System.Nullable<bool> SupportsArcadeExpressionForLabeling=null, System.Nullable<bool> SupportsCIMSymbols=null, System.Nullable<bool> SupportsDynamicLayers=null, System.Nullable<bool> SupportsSublayerDefinitionExpression=null, System.Nullable<bool> SupportsSublayerOrderBy=null, System.Nullable<bool> SupportsSublayersChanges=null, System.Nullable<bool> SupportsSublayerVisibility=null);
Parameters
SupportsArcadeExpressionForLabeling
System.Nullable<System.Boolean>
Indicates if sublayers support Arcade expressions for labeling.
ArcGIS Maps SDK for JavaScript
SupportsCIMSymbols
System.Nullable<System.Boolean>
Since 4.23 Indicates if CIMSymbol can be used in a sublayer’s renderer.
ArcGIS Maps SDK for JavaScript
SupportsDynamicLayers
System.Nullable<System.Boolean>
Indicates if sublayers rendering can be modified or added using dynamic layers.
ArcGIS Maps SDK for JavaScript
SupportsSublayerDefinitionExpression
System.Nullable<System.Boolean>
Indicates if sublayers definition expression can be set.
ArcGIS Maps SDK for JavaScript
SupportsSublayerOrderBy
System.Nullable<System.Boolean>
SupportsSublayersChanges
System.Nullable<System.Boolean>
Indicates if sublayers can be added, or removed.
ArcGIS Maps SDK for JavaScript
SupportsSublayerVisibility
System.Nullable<System.Boolean>
Indicates if sublayers visibility can be changed.
ArcGIS Maps SDK for JavaScript
Properties
ArcGISMapServiceCapabilitiesExportMap.SupportsArcadeExpressionForLabeling Property
Indicates if sublayers support Arcade expressions for labeling.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsArcadeExpressionForLabeling { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISMapServiceCapabilitiesExportMap.SupportsCIMSymbols Property
Since 4.23 Indicates if CIMSymbol can be used in a sublayer’s renderer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsCIMSymbols { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISMapServiceCapabilitiesExportMap.SupportsDynamicLayers Property
Indicates if sublayers rendering can be modified or added using dynamic layers.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsDynamicLayers { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISMapServiceCapabilitiesExportMap.SupportsSublayerDefinitionExpression Property
Indicates if sublayers definition expression can be set.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsSublayerDefinitionExpression { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISMapServiceCapabilitiesExportMap.SupportsSublayerOrderBy Property
public System.Nullable<bool> SupportsSublayerOrderBy { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISMapServiceCapabilitiesExportMap.SupportsSublayersChanges Property
Indicates if sublayers can be added, or removed.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsSublayersChanges { get; set; }
Property Value
System.Nullable<System.Boolean>
ArcGISMapServiceCapabilitiesExportMap.SupportsSublayerVisibility Property
Indicates if sublayers visibility can be changed.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsSublayerVisibility { get; set; }