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






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.