AGI STK Objects 11 Send comments on this topic.
ShowObject Method (IAgScGraphics)
See Also 
TruncPath
WindowID





Description

Shows the object identified by its path in a specified 2D window. Users can specify either a window identifier or a window title or 'all' to show the object in all 2d windows.

Syntax

[Visual Basic .NET]
Public Sub ShowObject( _
   ByVal TruncPath As String, _
   ByVal WindowID As String _
) 

[C#]
public void ShowObject(
string TruncPath,
string WindowID
);

[Managed C++]
public: void ShowObject(
String __gc ^ TruncPath,
String __gc ^ WindowID
);

[Java]
public  showObject(
String TruncPath,
String WindowID
);

[Unmanaged C++]
public: HRESULT ShowObject(
BSTR TruncPath,
BSTR WindowID
);

Parameters

TruncPath
WindowID

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1