This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDotDensityMasking Interface > IDotDensityMasking.MaskGeometry Property (ArcObjects .NET 10.5 SDK) |
The geometry used for masking (can be a geometry collection).
[Visual Basic .NET] Public Property MaskGeometry As IGeometry
[C#] public IGeometry MaskGeometry {get; set;}
[C++]
HRESULT get_MaskGeometry(
IGeometry** Geometry
);
[C++]
HRESULT putref_MaskGeometry(
IGeometry* Geometry
);
[C++]
Parameters Geometry [out, retval]
Geometry is a parameter of type IGeometry Geometry [in]
Geometry is a parameter of type IGeometry
The geometry used for masking. This usually comes from IDotDensityRenderer.ControlLayer.