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


IDisplayString.FindDisplayString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDisplayString Interface > IDisplayString.FindDisplayString Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pObject [in]

pObject is a parameter of type IObject*

Product Availability

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

See Also

IDisplayString Interface