ESRI.ArcGIS.ADF.Web.DataSources
GetCopyrightText Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IMapFunctionality Interface : GetCopyrightText Method




Gets copyright text information for the map and for the layers. Indexed by layer id.

Syntax

Visual Basic (Declaration) 
Function GetCopyrightText() As Dictionary(Of String,String)
Visual Basic (Usage)Copy Code
Dim instance As IMapFunctionality
Dim value As Dictionary(Of String,String)
 
value = instance.GetCopyrightText()
C# 
Dictionary<string,string> GetCopyrightText()

Return Value

Copyright text indexed by layer id.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.