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


IAnnotateLayerProperties.UseOutput 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.UseOutput Property
ArcGIS Developer Help

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