Set Map Service Property Activity

Description:

Sets the value of a map service property in a client application.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      Geocortex.Workflow.Activities.ExternalActivityBase
        Geocortex.Workflow.Activities.SetMapServiceProperty

Function:

This activity allows a workflow to set the value of an arbitrary property of a map service in the user’s map.

The property name must correspond to a public, writable property of a map service. The value supplied must match the type of the property.

In a Workflow:

You can use this activity to set the value of any publicly available property, such as the map service's "Opacity", "Visible", "GdbVersion", "MinScale", or "MaxScale" property.

Properties:

Name Description

In Arguments

Map Service Id

The ID of the map service whose property will be obtained.

Property Name

The name of the map service property whose value will be set.

Value

The value to apply to the map service property.

Misc

Display Name

SetMapServiceProperty

You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain.

External Id

An activity handler within a client can reference this particular activity using this external identifier.

Version Information:

Supported from: Geocortex Essentials 4.4, Geocortex Viewer for Silverlight 2.5, Geocortex Viewer for HTML5 2.5.