This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IG > IGMLConversion Interface > IGMLConversion.GML Property (ArcObjects .NET 10.4 SDK) |
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