STK Graphics PrimitivesSend comments on this topic.
InitializeWithString Method (IAgStkGraphicsAGICustomTerrainOverlayFactory)
See Also
Uri
The String that represents the Uri that points to a terrain server.
Windows





Windows & Linux

Description

Initializes an AGI Custom Terrain Overlay with the provided values.

Syntax

[Visual Basic .NET]
Public Function InitializeWithString( _
    ByVal Uri As String _
) As IAgStkGraphicsAGICustomTerrainOverlay
[C#]
public IAgStkGraphicsAGICustomTerrainOverlay InitializeWithString(
    string Uri
);
[Managed C++]
public: IAgStkGraphicsAGICustomTerrainOverlay^ InitializeWithString(
    String __gc ^ Uri
);
[Unmanaged C++]
public: HRESULT InitializeWithString(
    BSTR Uri,
    IAgStkGraphicsAGICustomTerrainOverlay ** ppRetVal
);
[Java]
public IAgStkGraphicsAGICustomTerrainOverlay initializeWithString(
    String Uri
);
[Python - STK API ]
def InitializeWithString(self, Uri:str) -> "IAgStkGraphicsAGICustomTerrainOverlay":

Parameters

Uri
The String that represents the Uri that points to a terrain server.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.