AGIProcessedTerrainOverlay Constructor (String) |
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AGIProcessedTerrainOverlay(
string uri
)
Public Sub New (
uri As String
)
public:
AGIProcessedTerrainOverlay(
String^ uri
)
new :
uri : string -> AGIProcessedTerrainOverlay
Parameters
- uri
- Type: SystemString
The String that represents the Uri that points to the file.
See Also