Initializes an agi processed image globe overlay with the provided values.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsAGIProcessedImageGlobeOverlay InitializeWithString( string Uri ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsAGIProcessedImageGlobeOverlay^ InitializeWithString( String __gc ^ Uri ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsAGIProcessedImageGlobeOverlay initializeWithString( String Uri ); |
| [Python - STK API] |
|---|
def InitializeWithString(self, Uri:str) -> "IAgStkGraphicsAGIProcessedImageGlobeOverlay": |
- Uri
- The
that represents the that points to the file.





