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


IPatch.Get_Geometry Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IPatch.Get_Geometry Method

Patch geometry sized to fit the specified bounds.

[Visual Basic .NET]
Public Function get_Geometry ( _
    ByVal Bounds As IEnvelope _
) As IGeometry
[C#]
public IGeometry get_Geometry (
    IEnvelope Bounds
);
[C++]
HRESULT get_Geometry(
  IEnvelope* Bounds,
  IGeometry** Geometry
);
[C++]

Parameters Bounds [in]
Bounds is a parameter of type IEnvelope Geometry [out, retval]
Geometry is a parameter of type IGeometry

Product Availability

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

See Also

IPatch Interface