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


IDotDensityMasking.MaskGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDotDensityMasking Interface > IDotDensityMasking.MaskGeometry Property
ArcGIS Developer Help

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 [in]

Geometry is a parameter of type IGeometry* Geometry [out, retval]
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