This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerProperties Interface > IAnnotateLayerProperties.UseOutput Property (ArcObjects .NET 10.4 SDK) |
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
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.