STK Graphics PrimitivesSend 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
);
[Unmanaged C++]
public: HRESULT InitializeWithString(
    BSTR Uri,
    IAgStkGraphicsAGIProcessedImageGlobeOverlay ** ppRetVal
);
[Java]
public IAgStkGraphicsAGIProcessedImageGlobeOverlay initializeWithString(
    String Uri
);
[Python - STK API ]
def InitializeWithString(self, Uri:str) -> "IAgStkGraphicsAGIProcessedImageGlobeOverlay":

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.