Metodo CreateSparePartsDrawingCommandSetContext
|
Permette al comando di auto-impostare le proprietà leggendo le informazioni dal contesto.
Restituisce sempre false perché non è direttamente chiamato dall'utente.
Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public override bool SetContext(
DedCommandContext commandContext
)
Public Overrides Function SetContext (
commandContext As DedCommandContext
) As Boolean
public:
virtual bool SetContext(
DedCommandContext^ commandContext
) override
abstract SetContext :
commandContext : DedCommandContext -> bool
override SetContext :
commandContext : DedCommandContext -> bool
Parametri
- commandContext DedCommandContext
- Contesto di selezione con il quale impostare le proprietà del comando.
Valore di ritorno
BooleanRestituisce true se nel contesto ci sono tutte le informazioni necessarie, altrimenti false.
Vedi anche