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


IMask.MaskSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IMask.MaskSize Property

The mask size.

[Visual Basic .NET]
Public Property MaskSize As Double
[C#]
public double MaskSize {get; set;}
[C++]
HRESULT get_MaskSize(
  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