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


IFindObj.LayerName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFindObj.LayerName Property

The layer name.

[Visual Basic .NET]
Public Property LayerName As String
[C#]
public string LayerName {get; set;}
[C++]
HRESULT get_LayerName(
  BSTR* LayerName
);
[C++]
HRESULT put_LayerName(
  BSTR LayerName
);
[C++]

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

Product Availability

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

See Also

IFindObj Interface