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


IGpDescribeGeometry.GetGeometry Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDescribeGeometry.GetGeometry Method

Sets the geometry property.

[Visual Basic .NET]
Public Function GetGeometry ( _
) As IGeometry
[C#]
public IGeometry GetGeometry (
);
[C++]
HRESULT GetGeometry(
  IGeometry** ppGeom
);
[C++]

Parameters ppGeom [out, retval]
ppGeom is a parameter of type IGeometry

Product Availability

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

See Also

IGpDescribeGeometry Interface