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


IGeoVideoLayer.Pause 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.Pause Property
ArcGIS Developer Help

IGeoVideoLayer.Pause Property

Pause the GeoVideo Layer.

[Visual Basic .NET]
Public WriteOnly Property Pause
[C#]
public void Pause {set;}
[C++]
HRESULT put_Pause(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IGeoVideoLayer Interface