Metodo UtilOpen(String, Boolean, Int32, Int32, String)
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 27.1.0
Sintassi public static IModelDoc2 Open(
string fullFileName,
bool visible,
out int errors,
out int warnings,
string config = null
)
Public Shared Function Open (
fullFileName As String,
visible As Boolean,
<OutAttribute> ByRef errors As Integer,
<OutAttribute> ByRef warnings As Integer,
Optional config As String = Nothing
) As IModelDoc2
public:
static IModelDoc2^ Open(
String^ fullFileName,
bool visible,
[OutAttribute] int% errors,
[OutAttribute] int% warnings,
String^ config = nullptr
)
static member Open :
fullFileName : string *
visible : bool *
errors : int byref *
warnings : int byref *
?config : string
(* Defaults:
let _config = defaultArg config null
*)
-> IModelDoc2
Parametri
- fullFileName String
-
- visible Boolean
-
- errors Int32
-
- warnings Int32
-
- config String (Optional)
-
Valore di ritorno
IModelDoc2Vedi anche