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


IQuerySize.QuerySize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IQuerySize.QuerySize Method

Get the size in points.

[Visual Basic .NET]
Public Sub QuerySize ( _
    ByRef widthPoints As Double, _
    ByRef heightPoints As Double _
)
[C#]
public void QuerySize (
    ref double widthPoints,
    ref double heightPoints
);
[C++]
HRESULT QuerySize(
  double* widthPoints,
  double* heightPoints
);
[C++]

Parameters widthPoints [in, out] widthPoints is a parameter of type double heightPoints [in, out] heightPoints is a parameter of type double

Product Availability

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

See Also

IQuerySize Interface

.NET Snippets

Add Legend