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(
  long hDC,
  ITransformation* transformation,
  IPolygon* Boundary
);
[C++]

Parameters

hDC [in]   hDC is a parameter of type long 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