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






Windows & Linux

Description

Hides 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 hide the object in all 2d windows.

Syntax

[Visual Basic .NET]
Public Sub HideObject( _
    ByVal TruncPath As String, _
    ByVal WindowID As String _
) As 
[C#]
public void HideObject(
    string TruncPath,
    string WindowID
);
[Managed C++]
public: void HideObject(
    String __gc ^ TruncPath,
    String __gc ^ WindowID
);
[Java]
public void hideObject(
    String TruncPath,
    String WindowID
);
[Unmanaged C++]
public: HRESULT HideObject(
    BSTR TruncPath,
    BSTR WindowID
);

Parameters

TruncPath
WindowID

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.