ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetCopyrightText Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapFunctionality Class : GetCopyrightText Method




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

Syntax

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

Return Value

Copyright text indexed by layer id. The dataframe's copyright text is indexed by an empty string

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.