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


IGMLConversion.ESRIGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IG > IGMLConversion Interface > IGMLConversion.ESRIGeometry Property
ArcGIS Developer Help

IGMLConversion.ESRIGeometry Property

Includes Esri geometry settings in GML conversion.

[Visual Basic .NET]
Public Property ESRIGeometry As Object
[C#]
public object ESRIGeometry {get; set;}
[C++]
HRESULT get_ESRIGeometry(
  IUnknown Pointer* ppiGeometry
);
[C++]
HRESULT putref_ESRIGeometry(
  LPUNKNOWN ppiGeometry
);
[C++]
Parameters
ppiGeometry [out, retval]

ppiGeometry is a parameter of type IUnknown* ppiGeometry [in]
ppiGeometry is a parameter of type IUnknown

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IGMLConversion Interface