STK ObjectsSend comments on this topic.
ShowObjects Method (IAgScGraphics)
See Also
TruncObjectPaths
WindowIdOrTitle
Windows





Windows & Linux

Description

Shows multiple objects in a specified 2D window. Users can specify either a window identifier or a window title or 'all' to show the objects in all 2d windows.

Syntax

[Visual Basic .NET]
Public Sub ShowObjects( _
    ByVal TruncObjectPaths As System.Array, _
    ByVal WindowIdOrTitle As String _
)
[C#]
public void ShowObjects(
    System.Array TruncObjectPaths,
    string WindowIdOrTitle
);
[Managed C++]
public: void ShowObjects(
    System::Array ^ TruncObjectPaths,
    String __gc ^ WindowIdOrTitle
);
[Unmanaged C++]
public: HRESULT ShowObjects(
    SAFEARRAY * * TruncObjectPaths,
    BSTR WindowIdOrTitle
);
[Java]
public void showObjects(
    AgSafeArray TruncObjectPaths,
    String WindowIdOrTitle
);
[Python - STK API ]
def ShowObjects(self, TruncObjectPaths:list, WindowIdOrTitle:str) -> None:

Parameters

TruncObjectPaths
WindowIdOrTitle

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.