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


IDimensionGraphic.GetMask Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDimensionGraphic.GetMask Method

The dimension graphic mask.

[Visual Basic .NET]
Public Sub GetMask ( _
    ByVal hDC As Integer, _
    ByVal transformation As ITransformation, _
    ByRef Mask As IGeometry _
)
[C#]
public void GetMask (
    int hDC,
    ITransformation transformation,
    ref IGeometry Mask
);
[C++]
HRESULT GetMask(
  long hDC,
  ITransformation* transformation,
  IGeometry** Mask
);
[C++]

Parameters hDC [in] hDC is a parameter of type long transformation [in]
transformation is a parameter of type ITransformation Mask [in]
Mask is a parameter of type IGeometry

Product Availability

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

Remarks

The GetMask method returns the outline polygon of the dimension.

See Also

IDimensionGraphic Interface