This document is archived and information here might be outdated. Recommended version. |
The content is the XML text for the input feature.
[Visual Basic .NET] Public Function get_HTMLOutput ( _ ByVal pFeature As IFeature _ ) As String
[C#] public string get_HTMLOutput ( IFeature pFeature );
[C++]
HRESULT get_HTMLOutput(
IFeature* pFeature,
System.String* pHtml
);
[C++] Parameters pFeature [in]
pFeature is a parameter of type IFeature* pHtml [out, retval]
pHtml is a parameter of type BSTR*