This document is archived and information here might be outdated.  Recommended version.


IBasicMap2.CopyrightText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicMap2 Interface > IBasicMap2.CopyrightText Property
ArcGIS Developer Help

IBasicMap2.CopyrightText Property

Copyright information associated with the map.

[Visual Basic .NET]
Public Property CopyrightText As String
[C#]
public string CopyrightText {get; set;}
[C++]
HRESULT get_CopyrightText(
  System.String* copyright
);
[C++]
HRESULT put_CopyrightText(
  BSTR copyright
);
[C++]
Parameters
copyright [out, retval]

copyright is a parameter of type BSTR* copyright [in]
copyright is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBasicMap2 Interface