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