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


IDimensionGraphic.GetMask Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.GetMask Method
ArcGIS Developer Help

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(
  OLE_HANDLE hDC,
  ITransformation* transformation,
  IGeometry** Mask
);
[C++]
Parameters
hDC [in]

hDC is a parameter of type OLE_HANDLE 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