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