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


IAnnotateLayerProperties.CreateUnplacedElements Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerProperties Interface > IAnnotateLayerProperties.CreateUnplacedElements Property
ArcGIS Developer Help

IAnnotateLayerProperties.CreateUnplacedElements Property

Indicates if unplaced elements are created.

[Visual Basic .NET]
Public Property CreateUnplacedElements As Boolean
[C#]
public bool CreateUnplacedElements {get; set;}
[C++]
HRESULT get_CreateUnplacedElements(
  VARIANT_BOOL flag
);
[C++]
HRESULT put_CreateUnplacedElements(
  Boolean* flag
);
[C++]
Parameters
flag [in]

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

Product Availability

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

Description

CreateUnplacedElements specifies whether or not unplaced elements will be created.

Remarks

Unplaced elements are labels who don't fit without overlapping each other. This is useful when converting labels to graphics.

See Also

IAnnotateLayerProperties Interface