ArcObjects Library Reference (Carto)  

IDisplayString.FindDisplayString Method

Finds the display string for the given feature based on the current expression properties.

[Visual Basic .NET]
Public Function FindDisplayString ( _
    ByVal pObject As IObject _
) As String
[C#]
public string FindDisplayString (
    IObject pObject
);
[C++]
HRESULT FindDisplayString(
  IObject* pObject,
  BSTR* Text
);
[C++]

Parameters

pObject [in]

  pObject is a parameter of type IObject

Text [out, retval]   Text is a parameter of type BSTR

Product Availability

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

See Also

IDisplayString Interface