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


IGpDescribeGeometry.Type Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDescribeGeometry.Type Property

The geometry type of the geometry object.

[Visual Basic .NET]
Public ReadOnly Property Type As String
[C#]
public string Type {get;}
[C++]
HRESULT get_Type(
  BSTR* Type
);
[C++]

Parameters Type [out, retval] Type is a parameter of type BSTR

Product Availability

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

See Also

IGpDescribeGeometry Interface