This document is archived and information here might be outdated. Recommended version. |
.
[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*