Interface ISolutionItemDataWkidParams

Information about the default spatial reference for a solution item.

interface ISolutionItemDataWkidParams {
    attributes: ISolutionItemDataWkidAttrsParams;
    default: string;
    label: string;
    valueType: string;
}

Properties

Attributes of the default spatial reference for a solution item.

default: string

The default wkid, e.g., "102100"

label: string

A label for the wkid, e.g., "Spatial Reference".

valueType: string

A value flag, e.g., "spatialReference"