Initializes an AGI Processed Image Globe Overlay with the provided values.
[Visual Basic .NET] |
---|
Public Function InitializeWithString( _ ByVal Uri As String _ ) As IAgStkGraphicsAGIProcessedImageGlobeOverlay |
[C#] |
---|
public IAgStkGraphicsAGIProcessedImageGlobeOverlay InitializeWithString( string Uri ); |
[Managed C++] |
---|
public: IAgStkGraphicsAGIProcessedImageGlobeOverlay^ InitializeWithString( String __gc ^ Uri ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithString( BSTR Uri, IAgStkGraphicsAGIProcessedImageGlobeOverlay ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsAGIProcessedImageGlobeOverlay initializeWithString( String Uri ); |
[Python - STK API ] |
---|
def InitializeWithString(self, Uri:str) -> "IAgStkGraphicsAGIProcessedImageGlobeOverlay": |
- Uri
- The String that represents the Uri that points to the file.