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


IGPLayer.NameString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IG > IGPLayer Interface > IGPLayer.NameString Property
ArcGIS Developer Help

IGPLayer.NameString Property

The name string.

[Visual Basic .NET]
Public Property NameString As String
[C#]
public string NameString {get; set;}
[C++]
HRESULT get_NameString(
  System.String* pNamestring
);
[C++]
HRESULT put_NameString(
  BSTR pNamestring
);
[C++]
Parameters
pNamestring [out, retval]

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

Product Availability

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

See Also

IGPLayer Interface