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: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.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 String
- Nome completo del file da cercare.
- config String
- Configurazione di riferimento
Valore di ritorno
DocumentVedi anche