Shows the object identified by its path in a specified 3D window. Users can specify either a window identifier or a window title or 'all' to show the object in all 3d windows.
Syntax
[Visual Basic .NET]
Public Sub ShowObject( _
ByVal TruncPath As String, _
ByVal WindowID As String _
)