STK Graphics PrimitivesSend comments on this topic.
InitializeWithString Method (IAgStkGraphicsGeospatialImageGlobeOverlayFactory)
See Also
Uri
The String that represents the Uri that points to the image.
Windows





Windows & Linux

Description

Initializes a Geospatial Image Globe Overlay with the provided values.

Syntax

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

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.