Hides multiple objects in a specified 3D window. Users can specify either a window identifier or a window title or 'all' to hide objects in all 3d windows.
[Visual Basic .NET] |
---|
Public Sub HideObjects( _ ByVal TruncObjectPaths As System.Array, _ ByVal WindowIdOrTitle As String _ ) |
[C#] |
---|
public void HideObjects( System.Array TruncObjectPaths, string WindowIdOrTitle ); |
[Managed C++] |
---|
public: void HideObjects( System::Array ^ TruncObjectPaths, String __gc ^ WindowIdOrTitle ); |
[Unmanaged C++] |
---|
public: HRESULT HideObjects( SAFEARRAY * * TruncObjectPaths, BSTR WindowIdOrTitle ); |
[Java] |
---|
public void hideObjects( AgSafeArray TruncObjectPaths, String WindowIdOrTitle ); |
[Python - STK API ] |
---|
def HideObjects(self, TruncObjectPaths:list, WindowIdOrTitle:str) -> None: |
- TruncObjectPaths
- WindowIdOrTitle