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


IExportAI2.ExportFeatureName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

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(
  VARIANT_BOOL pExportAttrs
);
[C++]

Parameters pExportAttrs [out, retval] pExportAttrs is a parameter of type VARIANT_BOOL pExportAttrs [in] pExportAttrs is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IExportAI2 Interface