This document is archived and information here might be outdated. Recommended version. |
The content is the XML text at the specified point. tempPath and refPath are optional parameters.
[Visual Basic .NET] Public Sub HTMLIdentify ( _ ByVal pDisplay As IDisplay, _ ByVal pGeometry As IGeometry, _ ByVal pOptions As IPropertySet, _ ByRef ppItemNames As IStringArray, _ ByRef ppItemHTML As IStringArray _ )
[C#] public void HTMLIdentify ( IDisplay pDisplay, IGeometry pGeometry, IPropertySet pOptions, ref IStringArray ppItemNames, ref IStringArray ppItemHTML );
[C++]
HRESULT HTMLIdentify(
IDisplay* pDisplay,
IGeometry* pGeometry,
IPropertySet* pOptions,
IStringArray** ppItemNames,
IStringArray** ppItemHTML
);
[C++] Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay* pGeometry [in]
pGeometry is a parameter of type IGeometry* pOptions [in]
pOptions is a parameter of type IPropertySet* ppItemNames [out]
ppItemNames is a parameter of type IStringArray** ppItemHTML [out]
ppItemHTML is a parameter of type IStringArray**