ArcObjects Library Reference (GlobeCore)  

IGeoVideoLayer.GeoVideoLayerAsXML Property

Returns the GeoVideo Layer as an XML.

[Visual Basic .NET]
Public ReadOnly Property GeoVideoLayerAsXML As String
[C#]
public string GeoVideoLayerAsXML {get;}
[C++]
HRESULT get_GeoVideoLayerAsXML(
  BSTR* pGeoVideoXML
);
[C++]

Parameters

pGeoVideoXML [out, retval]   pGeoVideoXML is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoVideoLayer Interface