ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayEvents.BatchTileGenerationStarted Event

Fired when data preparation starts.

[Visual Basic 6.0]
Event BatchTileGenerationStarted(
    ByVal Name As String _
)
[Visual Basic .NET]
Public Event BatchTileGenerationStarted As BatchTileGenerationStartedEventHandler
[C#]
public event BatchTileGenerationStartedEventHandler BatchTileGenerationStarted
[C++]
HRESULT BatchTileGenerationStarted(
  BSTR Name
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR

Product Availability

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

See Also

IGlobeDisplayEvents Interface