Metodo UtilReplaceDerivedDocumentReference
|
Sostituisce il componente derivato specificato con il file passato. Se il file non viene trovato non sostituisce niente
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public static bool ReplaceDerivedDocumentReference(
Document oDoc,
Object startDerivedRef,
string destRefName,
string modelStateName = null
)
Public Shared Function ReplaceDerivedDocumentReference (
oDoc As Document,
startDerivedRef As Object,
destRefName As String,
Optional modelStateName As String = Nothing
) As Boolean
public:
static bool ReplaceDerivedDocumentReference(
Document^ oDoc,
Object^ startDerivedRef,
String^ destRefName,
String^ modelStateName = nullptr
)
static member ReplaceDerivedDocumentReference :
oDoc : Document *
startDerivedRef : Object *
destRefName : string *
?modelStateName : string
(* Defaults:
let _modelStateName = defaultArg modelStateName null
*)
-> bool
Parametri
- oDoc Document
- Documento di Inventor
- startDerivedRef Object
-
- destRefName String
- Riferimento di destinazione della sostituzione
- modelStateName String (Optional)
-
Valore di ritorno
BooleanVedi anche