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


IGeoVideoLayer.GeoVideoLayerState Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGeoVideoLayer.GeoVideoLayerState Property

Sets the GeoVideo Layers state.

[Visual Basic .NET]
Public Property GeoVideoLayerState As Object
[C#]
public object GeoVideoLayerState {get; set;}
[C++]
HRESULT get_GeoVideoLayerState(
  VARIANT* pvGroudOverlayProps
);
[C++]
HRESULT put_GeoVideoLayerState(
  VARIANT pvGroudOverlayProps
);
[C++]

Parameters pvGroudOverlayProps [out, retval] pvGroudOverlayProps is a parameter of type VARIANT pvGroudOverlayProps [in] pvGroudOverlayProps is a parameter of type VARIANT

Product Availability

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

See Also

IGeoVideoLayer Interface