This document is archived and information here might be outdated. Recommended version. |
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*
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.