![]() | APIshow |
public bool showViewport( string path, int width = 600, int height = 400 )
Public Function showViewport ( path As String, Optional width As Integer = 600, Optional height As Integer = 400 ) As Boolean Dim instance As API Dim path As String Dim width As Integer Dim height As Integer Dim returnValue As Boolean returnValue = instance.showViewport(path, width, height)
public: bool showViewport( String^ path, int width = 600, int height = 400 )
member showViewport : path : string * ?width : int * ?height : int (* Defaults: let _width = defaultArg width 600 let _height = defaultArg height 400 *) -> bool
(c) NextFEM 2015-2025