GeospatialImageGlobeOverlay 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 GeospatialImageGlobeOverlay(
string uri
)
Public Sub New (
uri As String
)
public:
GeospatialImageGlobeOverlay(
String^ uri
)
new :
uri : string -> GeospatialImageGlobeOverlay
Parameters
- uri
- Type: SystemString
The String that represents the Uri that points to the image.
See Also