This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHotlinkExpression Interface > IHotlinkExpression.ExecuteExpression Method (ArcObjects .NET 10.4 SDK) |
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,
BSTR* Text
);
[C++]
Parameters pObject [in]
pObject is a parameter of type IObject Text [out, retval] Text is a parameter of type BSTR