Metodo di apertura che chiama anche l'evento di TopPrtCreated al posto del top_prt.arx
Namespace:
DedNetAcad
Assembly:
DedNetAcad (in DedNetAcad.dll) Versione: 22.4.2.0 (22.4.2.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