This document is archived and information here might be outdated. Recommended version. |
Indicates if masking is used.
[Visual Basic .NET]
Public Property UseMasking As Boolean
[C#]
public bool UseMasking {get; set;}
[C++]
HRESULT get_UseMasking(
Boolean* UseMasking
);
[C++]
HRESULT put_UseMasking(
VARIANT_BOOL UseMasking
);
[C++] Parameters UseMasking [out, retval]
UseMasking is a parameter of type bool* UseMasking [in]
UseMasking is a parameter of type bool
Specifies whether or not dot density masking is used. If True , then the MaskGeometry is used to control the placement of dots within polygon features of the rendered layer.