Metodo InvCommandBaseInvEnabled
|
Restituisce se il comando sia abilitato in base al contesto di Inventor attuale.
Namespace: DedNetInv.CommandsAssembly: DedNetInv (in DedNetInv.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public abstract bool InvEnabled(
DedInvCommandContext invCmdCtx
)
Public MustOverride Function InvEnabled (
invCmdCtx As DedInvCommandContext
) As Boolean
public:
virtual bool InvEnabled(
DedInvCommandContext^ invCmdCtx
) abstract
abstract InvEnabled :
invCmdCtx : DedInvCommandContext -> bool
Parametri
- invCmdCtx DedInvCommandContext
- Contesto.
Valore di ritorno
BooleanVedi anche