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


IDimensionGraphic.QueryBoundary Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IDimensionGraphic.QueryBoundary Method

The boundary of the dimension style.

[Visual Basic .NET]
Public Sub QueryBoundary ( _
    ByVal hDC As Integer, _
    ByVal transformation As ITransformation, _
    ByVal Boundary As IPolygon _
)
[C#]
public void QueryBoundary (
    int hDC,
    ITransformation transformation,
    IPolygon Boundary
);
[C++]
HRESULT QueryBoundary(
  OLE_HANDLE hDC,
  ITransformation* transformation,
  IPolygon* Boundary
);
[C++]

Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE transformation [in]
transformation is a parameter of type ITransformation* Boundary [in]
Boundary is a parameter of type IPolygon*

Product Availability

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

Remarks

The QueryBoundary method returns the Envelope of the dimension.

See Also

IDimensionGraphic Interface