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


IGeoVideoLayer.GeoVideoLayerAsXML Property (ArcObjects .NET 10.5 SDK)
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