ArcObjects Library Reference (GlobeCore)  

IGeoVideoLayer.Play Property

Play the GeoVideo Layer.

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