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


IGeoVideoLayer.GeoVideoLayerAsXML Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGeoVideoLayer Interface > IGeoVideoLayer.GeoVideoLayerAsXML Property
ArcGIS Developer Help

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