ArcObjects Library Reference (System)  

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