ArcObjects Library Reference (Carto)  

IHotlinkExpression.ExpressionProperties Property

Properties that describe the hyperlink expression.

[Visual Basic .NET]
Public Property ExpressionProperties As IHotLinkExpressionProperties
[C#]
public IHotLinkExpressionProperties ExpressionProperties {get; set;}
[C++]
HRESULT get_ExpressionProperties(
  IHotLinkExpressionProperties** ppHotLinkExpressionProperties
);
[C++]
HRESULT putref_ExpressionProperties(
  IHotLinkExpressionProperties* ppHotLinkExpressionProperties
);
[C++]

Parameters

ppHotLinkExpressionProperties [out, retval]

  ppHotLinkExpressionProperties is a parameter of type IHotLinkExpressionProperties

ppHotLinkExpressionProperties [in]

  ppHotLinkExpressionProperties is a parameter of type IHotLinkExpressionProperties

Product Availability

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

See Also

IHotlinkExpression Interface