ArcObjects Library Reference  (Carto)    

IBasicMap2.CopyrightText Property

Copyright information associated with the map.

[Visual Basic 6.0]
Property CopyrightText As String
[Visual Basic .NET]
Public Property CopyrightText As String
[C#]
public string CopyrightText {get; set;}
[Java]
public  getCopyrightText (
    String copyright
)
[Java]
public void setCopyrightText(
    String copyright
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_CopyrightText(
  BSTR* 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

 


Feedback Send feedback on this page