This document is archived and information here might be outdated.  Recommended version.


IDotDensityMasking.MaskGeometry Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IDotDensityMasking.MaskGeometry Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The geometry used for masking. This usually comes from IDotDensityRenderer.ControlLayer.

See Also

IDotDensityMasking Interface