Metodo UtilOpenDocInvisible
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static IModelDoc2 OpenDocInvisible(
string filename,
out int errors,
out int warnings,
out bool alreadyOpen
)
Public Shared Function OpenDocInvisible (
filename As String,
<OutAttribute> ByRef errors As Integer,
<OutAttribute> ByRef warnings As Integer,
<OutAttribute> ByRef alreadyOpen As Boolean
) As IModelDoc2
public:
static IModelDoc2^ OpenDocInvisible(
String^ filename,
[OutAttribute] int% errors,
[OutAttribute] int% warnings,
[OutAttribute] bool% alreadyOpen
)
static member OpenDocInvisible :
filename : string *
errors : int byref *
warnings : int byref *
alreadyOpen : bool byref -> IModelDoc2
Parametri
- filename String
-
- errors Int32
-
- warnings Int32
-
- alreadyOpen Boolean
-
Valore di ritorno
IModelDoc2Vedi anche