Metodo DedNetInvAppMakeInvCommandContext
|
Ritorna l'oggetto context di Inventor in base alla lista di elementi passati dal controllo delle dipendenze documentali.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.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 FileStateElementList
- Lista degli elementi da considerare per la creazione del contesto
Valore di ritorno
DedInvCommandContextImplementa
IFileStateInformerMakeInvCommandContext(FileStateElementList)Vedi anche