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


IGMLConversion.GML 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.GML Property
ArcGIS Developer Help

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(
  System.String* 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