This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IG > IGPLayer Interface > IGPLayer.NameString Property (ArcObjects .NET 10.4 SDK) |
The name string.
[Visual Basic .NET] Public Property NameString As String
[C#] public string NameString {get; set;}
[C++]
HRESULT get_NameString(
BSTR* 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