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


IMarkerMask.QueryMarkerMask Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IMarkerMask.QueryMarkerMask Method

Returns the mask geometry for the marker.

[Visual Basic .NET]
Public Sub QueryMarkerMask ( _
    ByVal hDC As Integer, _
    ByVal transform As ITransformation, _
    ByVal Geometry As IGeometry, _
    ByVal boundary As IPolygon _
)
[C#]
public void QueryMarkerMask (
    int hDC,
    ITransformation transform,
    IGeometry Geometry,
    IPolygon boundary
);
[C++]
HRESULT QueryMarkerMask(
  long hDC,
  ITransformation* transform,
  IGeometry* Geometry,
  IPolygon* boundary
);
[C++]

Parameters hDC [in] hDC is a parameter of type long transform [in]
transform is a parameter of type ITransformation Geometry [in]
Geometry is a parameter of type IGeometry boundary [in]
boundary is a parameter of type IPolygon

Product Availability

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

See Also

IMarkerMask Interface