Metodo UtilUpdateSingleDocumentReference
|
Funzione di aggiornamento di una reference su singolo documento
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public static bool UpdateSingleDocumentReference(
Document doc,
string startRefName,
string destRefName
)
Public Shared Function UpdateSingleDocumentReference (
doc As Document,
startRefName As String,
destRefName As String
) As Boolean
public:
static bool UpdateSingleDocumentReference(
Document^ doc,
String^ startRefName,
String^ destRefName
)
static member UpdateSingleDocumentReference :
doc : Document *
startRefName : string *
destRefName : string -> bool
Parametri
- doc Document
- Documento di Inventor
- startRefName String
- Riferimento di partenza
- destRefName String
- Riferimento di destiinazione della sostituzione
Valore di ritorno
BooleanVedi anche