Generates the tiles in the specified levels of detail.
[Visual Basic 6.0] Sub GenerateTiles(
ByVal pLayer As ILayer, _
ByVal fromLod As Empty, _
ByVal toLod As Empty _
)
[Visual Basic .NET] Public Sub GenerateTiles ( _ ByVal pLayer As ILayer, _ ByVal fromLod As Integer, _ ByVal toLod As Integer _ )
[C#] public void GenerateTiles ( ILayer pLayer, int fromLod, int toLod );
[Java] public void generateTiles ( ILayer pLayer, int fromLod, int toLod ) throws IOException, AutomationException
[C++] HRESULT GenerateTiles( ILayer* pLayer, Long fromLod, Long toLod );
Parameters
pLayer [in]
pLayer is a parameter of type ILayer
fromLod [in]
fromLod is a parameter of type Long
toLod [in]
toLod is a parameter of type Long