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





Windows & Linux

Description

Initializes an AGI Roam Image Globe Overlay with the provided values.

Syntax

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

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.