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






