Metodo di apertura
Namespace:
DedNetAcad
Assembly:
DedNetAcad (in DedNetAcad.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi public static QsDocument OpenDoc(
string fullFileName,
bool readOnly
)
Public Shared Function OpenDoc (
fullFileName As String,
readOnly As Boolean
) As QsDocument
public:
static QsDocument^ OpenDoc(
String^ fullFileName,
bool readOnly
)
static member OpenDoc :
fullFileName : string *
readOnly : bool -> QsDocument
Parametri
- fullFileName
- Tipo: SystemString
fullfilename - readOnly
- Tipo: SystemBoolean
sola lettura
Valore di ritorno
Tipo:
QsDocumentVedi anche