ArcObjects Library Reference  (Display)    

IDisplayName.NameString Property

The display name of an object.

[Visual Basic 6.0]
Property NameString As String
[Visual Basic .NET]
Public ReadOnly Property NameString As String
[C#]
public string NameString {get;}
[Java]
public String getNameString()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_NameString(
  BSTR* displayName
);
[C++]

Parameters

displayName [out, retval]

  displayName is a parameter of type BSTR

Product Availability

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

See Also

IDisplayName Interface

 


Feedback Send feedback on this page