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






Windows & Linux

Description

Initializes an AGI Processed Terrain Overlay with the provided values.

Syntax

[Visual Basic .NET]
Public Function InitializeWithString( _
   ByVal Uri As String _
) As IAgStkGraphicsAGIProcessedTerrainOverlay

[C#]
public IAgStkGraphicsAGIProcessedTerrainOverlay InitializeWithString(
string Uri
);

[Managed C++]
public: IAgStkGraphicsAGIProcessedTerrainOverlay^ InitializeWithString(
String __gc ^ Uri
);

[Java]
public IAgStkGraphicsAGIProcessedTerrainOverlay initializeWithString(
String Uri
);

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

Parameters

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface