Metodo InvCommandBaseInvSetContext
|
Inizializza il comando con il context di Inventor e restituisce true se
riesce altrimenti false.
Namespace:
DedNetInv.Commands
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public abstract bool InvSetContext(
DedInvCommandContext invCmdCtx
)
Public MustOverride Function InvSetContext (
invCmdCtx As DedInvCommandContext
) As Boolean
public:
virtual bool InvSetContext(
DedInvCommandContext^ invCmdCtx
) abstract
abstract InvSetContext :
invCmdCtx : DedInvCommandContext -> bool
Parametri
- invCmdCtx
- Tipo: DedNetInv.CommandsDedInvCommandContext
Selezione attuale presente in Inventor.
Valore di ritorno
Tipo:
BooleanVedi anche