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


IRectHolder.Rect Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRectHolder Interface > IRectHolder.Rect Method
ArcGIS Developer Help

IRectHolder.Rect Method

Write a rectangle.

[Visual Basic .NET]
Public Sub Rect ( _
    ByRef pRect As tagRECT _
)
[C#]
public void Rect (
    ref tagRECT pRect
);
[C++]
HRESULT Rect(
  tagRECT* pRect
);
[C++]
Parameters
pRect [in]

pRect is a parameter of type tagRECT*

Product Availability

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

See Also

IRectHolder Interface