This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFindObj Interface > IFindObj.LayerName Property (ArcObjects .NET 10.5 SDK) |
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