ArcObjects Library Reference (Output)  

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

Parameters

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

Product Availability

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

See Also

IExportVectorOptions Interface