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


IMobileLayerInfo.GeometryType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMobileLayerInfo.GeometryType Property

The geometry type of the layer.

[Visual Basic .NET]
Public ReadOnly Property GeometryType As esriGeometryType
[C#]
public esriGeometryType GeometryType {get;}
[C++]
HRESULT get_GeometryType(
  esriGeometryType* GeometryType
);
[C++]

Parameters GeometryType [out, retval]
GeometryType is a parameter of type esriGeometryType

Product Availability

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

See Also

IMobileLayerInfo Interface