This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPatch Interface > IPatch.Get_Geometry Method (ArcObjects .NET 10.5 SDK) |
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