This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.GetMask Method (ArcObjects .NET 10.4 SDK) |
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
The GetMask method returns the outline polygon of the dimension.