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


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

IExportVectorOptions.PolygonizeMarkers Property

Polygonize (represent as vectors instead of fonts) marker symbols option.

[Visual Basic .NET]
Public Property PolygonizeMarkers As Boolean
[C#]
public bool PolygonizeMarkers {get; set;}
[C++]
HRESULT get_PolygonizeMarkers(
  VARIANT_BOOL bPolygonizeMarkers
);
[C++]
HRESULT put_PolygonizeMarkers(
  Boolean* bPolygonizeMarkers
);
[C++]
Parameters
bPolygonizeMarkers [in]

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

Product Availability

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

See Also

IExportVectorOptions Interface