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


IGMLConversion.ESRIGeometry Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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(
  LPUNKNOWN* ppiGeometry
);
[C++]
HRESULT putref_ESRIGeometry(
  LPUNKNOWN ppiGeometry
);
[C++]

Parameters ppiGeometry [out, retval] ppiGeometry is a parameter of type LPUNKNOWN ppiGeometry [in] ppiGeometry is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IGMLConversion Interface