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