AGI STK Graphics 11 Send comments on this topic.
InitializeWithString Method (IAgStkGraphicsAGIProcessedImageGlobeOverlayFactory)
See Also 
Uri
The String that represents the Uri that points to the file.





Description

Initializes an AGI Processed Image Globe Overlay with the provided values.

Syntax

[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
);

[Java]
public IAgStkGraphicsAGIProcessedImageGlobeOverlay initializeWithString(
String Uri
);

[Unmanaged C++]
public: HRESULT InitializeWithString(
BSTR Uri,
IAgStkGraphicsAGIProcessedImageGlobeOverlay ** ReturnValue
);

Parameters

Uri
The String that represents the Uri that points to the file.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1