Metodo UtilFindInventorDocument (String, Boolean)
|
Cerca tra i documenti aperti e presenti in Inventor e, se lo trova lo restituisce.
Restituisce null se il documento non risulta aperto in Inventor.
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public static Document FindInventorDocument(
string fullDocumentName,
bool ensureReturnFactory = false
)
Public Shared Function FindInventorDocument (
fullDocumentName As String,
Optional ensureReturnFactory As Boolean = false
) As Document
public:
static Document^ FindInventorDocument(
String^ fullDocumentName,
bool ensureReturnFactory = false
)
static member FindInventorDocument :
fullDocumentName : string *
?ensureReturnFactory : bool
(* Defaults:
let _ensureReturnFactory = defaultArg ensureReturnFactory false
*)
-> Document
Parametri
- fullDocumentName
- Tipo: SystemString
- ensureReturnFactory (Optional)
- Tipo: SystemBoolean
Valore di ritorno
Tipo:
DocumentVedi anche