Metodo DedNetInvAppMakeInvCommandContext
|
Ritorna l'oggetto context di Inventor in base alla lista di elementi passati dal controllo delle dipendenze documentali.
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 21.3.0.0 (21.3.0.0)
Sintassi public DedInvCommandContext MakeInvCommandContext(
FileStateElementList elsList
)
Public Function MakeInvCommandContext (
elsList As FileStateElementList
) As DedInvCommandContext
public:
virtual DedInvCommandContext^ MakeInvCommandContext(
FileStateElementList^ elsList
) sealed
abstract MakeInvCommandContext :
elsList : FileStateElementList -> DedInvCommandContext
override MakeInvCommandContext :
elsList : FileStateElementList -> DedInvCommandContext
Parametri
- elsList
- Tipo: DedNetInvFileStateElementList
Lista degli elementi da considerare per la creazione del contesto
Valore di ritorno
Tipo:
DedInvCommandContextImplementa
IFileStateInformerMakeInvCommandContext(FileStateElementList)Vedi anche