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


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

IExportVectorOptionsEx.ExportPictureSymbolOptions Property

Options describing what to do with Picture Symbol on export.

[Visual Basic .NET]
Public Property ExportPictureSymbolOptions As esriPictureSymbolOptions
[C#]
public esriPictureSymbolOptions ExportPictureSymbolOptions {get; set;}
[C++]
HRESULT get_ExportPictureSymbolOptions(
  esriPictureSymbolOptions opt
);
[C++]
HRESULT put_ExportPictureSymbolOptions(
  esriPictureSymbolOptions* opt
);
[C++]
Parameters
opt [in]

opt is a parameter of type esriPictureSymbolOptions opt [out, retval]
opt is a parameter of type esriPictureSymbolOptions*

Product Availability

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

See Also

IExportVectorOptionsEx Interface