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


IExportGeometryParameters.GeometryType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportGeometryParameters Interface > IExportGeometryParameters.GeometryType Property
ArcGIS Developer Help

IExportGeometryParameters.GeometryType Property

The geometry type.

[Visual Basic .NET]
Public Property GeometryType As String
[C#]
public string GeometryType {get; set;}
[C++]
HRESULT get_GeometryType(
  BSTR pType
);
[C++]
HRESULT put_GeometryType(
  System.String* pType
);
[C++]
Parameters
pType [in]

pType is a parameter of type BSTR pType [out, retval]
pType is a parameter of type BSTR*

Product Availability

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

See Also

IExportGeometryParameters Interface