ArcObjects Library Reference (Carto)  

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

Parameters

flag [out, retval]   flag is a parameter of type VARIANT_BOOL flag [in]   flag is a parameter of type VARIANT_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