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


IDataObjectTable.CopyrightText Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataObjectTable.CopyrightText Property

Copyright information associated with the table or layer.

[Visual Basic .NET]
Public ReadOnly Property CopyrightText As String
[C#]
public string CopyrightText {get;}
[C++]
HRESULT get_CopyrightText(
  BSTR* copyright
);
[C++]

Parameters copyright [out, retval] copyright is a parameter of type BSTR

Product Availability

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

See Also

IDataObjectTable Interface