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


IGeoVideoLayer.Stop Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGeoVideoLayer.Stop Property

Stop the GeoVideo Layer. Sets the current frame back to the start.

[Visual Basic .NET]
Public WriteOnly Property Stop
[C#]
public void Stop {set;}
[C++]
HRESULT put_Stop(
  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