This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportVectorOptionsEx Interface > IExportVectorOptionsEx.ExportPictureSymbolOptions Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
opt is a parameter of type esriPictureSymbolOptions opt [in]
opt is a parameter of type esriPictureSymbolOptions