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


IDimensionGraphic.QueryBoundary 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.QueryBoundary Method
ArcGIS Developer Help

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