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


IGMLConversion.GML Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IGMLConversion.GML Property

Structures data to conform with GML format.

[Visual Basic .NET]
Public Property GML As String
[C#]
public string GML {get; set;}
[C++]
HRESULT get_GML(
  BSTR* pbstrGML
);
[C++]
HRESULT put_GML(
  BSTR pbstrGML
);
[C++]

Parameters pbstrGML [out, retval] pbstrGML is a parameter of type BSTR pbstrGML [in] pbstrGML is a parameter of type BSTR

Product Availability

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

See Also

IGMLConversion Interface