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


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

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 bool

Product Availability

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

See Also

IGeoVideoLayer Interface