Gets a value indicating if the Layer attribution string can be modified.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public virtual bool CanChangeAttribution { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property CanChangeAttribution As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if the Layers attribution string can be modified; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

Layer attribution is text that acknowledges the use of the layers underlying data; usually this text will credit the data owner.

PackageLayer and ServiceLayer may contain existing attribution applied when the owner of the data published the Layer package or GIS service. In order to preserve existing attribution, it is not possible to change the Layer.Attribution property for these Layer types.

The CanChangeAttribution property indicates if attribution can be applied to a Layer. For PackageLayer and ServiceLayer this property will return falseFalsefalsefalse (False in Visual Basic), for other layers it will return trueTruetruetrue (True in Visual Basic).

See Also