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


IMask.MaskSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMask Interface > IMask.MaskSize Property
ArcGIS Developer Help

IMask.MaskSize Property

The mask size.

[Visual Basic .NET]
Public Property MaskSize As Double
[C#]
public double MaskSize {get; set;}
[C++]
HRESULT get_MaskSize(
  System.Double* Size
);
[C++]
HRESULT put_MaskSize(
  double Size
);
[C++]
Parameters
Size [out, retval]

Size is a parameter of type double* Size [in]
Size is a parameter of type double

Product Availability

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

Description

MaskSize returns or Sets the Double (ASCII) number for the size of the mask in points (approx. 1/72 inch).

See Also

IMask Interface