ArcObjects Library Reference (DefenseSolutions)  

IGeometryLimits.GeometryType Property

The type of geometry (equivalent to esriGeometryType).

[Visual Basic .NET]
Public Property GeometryType As Short
[C#]
public short GeometryType {get; set;}
[C++]
HRESULT get_GeometryType(
  short* Type
);
[C++]
HRESULT put_GeometryType(
  short Type
);
[C++]

Parameters

Type [out, retval]   Type is a parameter of type short Type [in]   Type is a parameter of type short

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGeometryLimits Interface