Initializes a Geospatial Image Globe Overlay with the provided values.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsGeospatialImageGlobeOverlay InitializeWithString( string Uri ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsGeospatialImageGlobeOverlay^ InitializeWithString( String __gc ^ Uri ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsGeospatialImageGlobeOverlay initializeWithString( String Uri ); |
[Python - STK API ] |
|---|
def InitializeWithString(self, Uri:str) -> "IAgStkGraphicsGeospatialImageGlobeOverlay": |
- Uri
- The String that represents the Uri that points to the image.






