ArcObjects Library Reference (GlobeCore)  

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 VARIANT_BOOL

Product Availability

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

See Also

IGeoVideoLayer Interface