ArcGIS Explorer Component Help |
ServiceLayer..::.CanChangeAttribution Property |
ServiceLayer Class See Also |
Gets a value indicating if the ServiceLayer attribution string can be modified.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: 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
Always returns 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.
A ServiceLayer may contain existing attribution applied when the owner of the data published the GIS service. In order to preserve existing attribution, it is not possible to change the Attribution property for a ServiceLayer.
The CanChangeAttribution property is used to check if custom attribution can be applied to a Layer; it will always return falseFalsefalsefalse (False in Visual Basic) for ServiceLayers.