Metodo UtilFindInventorMemberDocument (String, String)
|
Cerca e restituisce il documento member abbinato ad un fullDocumentName.
Se il documento non ha model states ma ha il fulldocumentname corretto viene comunque ritornato.
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public static Document FindInventorMemberDocument(
string fullFileName,
string config
)
Public Shared Function FindInventorMemberDocument (
fullFileName As String,
config As String
) As Document
public:
static Document^ FindInventorMemberDocument(
String^ fullFileName,
String^ config
)
static member FindInventorMemberDocument :
fullFileName : string *
config : string -> Document
Parametri
- fullFileName
- Tipo: SystemString
Nome completo del file da cercare. - config
- Tipo: SystemString
Configurazione di riferimento
Valore di ritorno
Tipo:
DocumentVedi anche