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


IHotlinkExpression.ExecuteExpression Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHotlinkExpression Interface > IHotlinkExpression.ExecuteExpression Method
ArcGIS Developer Help

IHotlinkExpression.ExecuteExpression Method

Finds the hyperlink for the given feature based on the current expression properties.

[Visual Basic .NET]
Public Function ExecuteExpression ( _
    ByVal pObject As IObject _
) As String
[C#]
public string ExecuteExpression (
    IObject pObject
);
[C++]
HRESULT ExecuteExpression(
  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

IHotlinkExpression Interface