This document is archived and information here might be outdated.  Recommended version.


IExportAI2.ExportFeatureName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportAI2 Interface > IExportAI2.ExportFeatureName Property
ArcGIS Developer Help

IExportAI2.ExportFeatureName Property

.

[Visual Basic .NET]
Public Property ExportFeatureName As Boolean
[C#]
public bool ExportFeatureName {get; set;}
[C++]
HRESULT get_ExportFeatureName(
  VARIANT_BOOL pExportAttrs
);
[C++]
HRESULT put_ExportFeatureName(
  Boolean* pExportAttrs
);
[C++]
Parameters
pExportAttrs [in]

pExportAttrs is a parameter of type bool pExportAttrs [out, retval]
pExportAttrs is a parameter of type bool*

Product Availability

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

See Also

IExportAI2 Interface