AGIWorldTerrain Constructor (FileStreamFactory) |
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AGIWorldTerrain(
FileStreamFactory fileStreamFactory
)
Public Sub New (
fileStreamFactory As FileStreamFactory
)
public:
AGIWorldTerrain(
FileStreamFactory^ fileStreamFactory
)
new :
fileStreamFactory : FileStreamFactory -> AGIWorldTerrain
Parameters
- fileStreamFactory
- Type: AGI.Foundation.InfrastructureFileStreamFactory
The factory to use to create streams to read the terrain data.
Exceptions See Also