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

Parameters

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