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


IAnnotateLayerProperties.UseOutput Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IAnnotateLayerProperties.UseOutput Property

Indicates if the output will be used.

[Visual Basic .NET]
Public Property UseOutput As Boolean
[C#]
public bool UseOutput {get; set;}
[C++]
HRESULT get_UseOutput(
  VARIANT_BOOL set
);
[C++]
HRESULT put_UseOutput(
  Boolean* set
);
[C++]

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

Product Availability

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

Description

UseOutput specifies whether or not to produce elements.

Remarks

This is useful when converting labels to graphics and some layers will not be creating graphics while they are still fed to the label engine to produce correct placement.

See Also

IAnnotateLayerProperties Interface