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