Gets a value indicating if the PackageLayer 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 override bool CanChangeAttribution { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property CanChangeAttribution As Boolean

Field Value

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

Remarks

For more information, see the remarks section of the CanChangeAttribution method on the LAyer abstract class.

See Also