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


IOverposterLayerProperties.PlaceSymbols Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IOverposterLayerProperties.PlaceSymbols Property

Indicates if symbols are placed for the layer.

[Visual Basic .NET]
Public Property PlaceSymbols As Boolean
[C#]
public bool PlaceSymbols {get; set;}
[C++]
HRESULT get_PlaceSymbols(
  VARIANT_BOOL place
);
[C++]
HRESULT put_PlaceSymbols(
  Boolean* place
);
[C++]

Parameters place [in]
place is a parameter of type bool place [out, retval]
place is a parameter of type bool*

Product Availability

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

See Also

IOverposterLayerProperties Interface