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