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


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

IGeoVideoLayer.Restart Property

Restart the GeoVideo Layer from begining.

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