Metodi di Update
|
Il tipo UpdateOldRev espone i seguenti membri.
| Nome | Descrizione | |
|---|---|---|
|
|
AcadEnabled |
Restituisce se il comando è abilitato in base alla selezione contestuale
(se si tratta di un comando presente nei menu contestuali).
(Sovrascrive AcadCommandBaseAcadEnabled(DedAcadCommandContext)) |
|
|
AcadSetContext |
Permette al comando di auto-impostare le proprietà leggendo le informazioni dal contesto.
(Sovrascrive AcadCommandBaseAcadSetContext(DedAcadCommandContext)) |
|
|
ClearCommand |
Azzera i dati del comando per renderlo pronto ad una nuova inizializzazione ed esecuzione.
(Sovrascrive AcadCommandBaseClearCommand) |
|
|
Enabled |
Restituisce se il comando sia abilitato in base al contesto.
Restituisce sempre false perché non è incluso nell'interfaccia utente.
(Ereditato da AcadCommandBase) |
|
|
Equals |
(Ereditato da DedCommand) |
|
|
ExecuteCommand |
Esegue il comando vero e proprio.
(Sovrascrive AcadCommandBaseExecuteCommand) |
|
|
GetHashCode |
(Ereditato da DedCommand) |
|
|
InitSubCommand |
(Ereditato da DedCommand) |
|
|
Run |
(Ereditato da DedCommand) |
|
|
RunSubCommand |
(Ereditato da DedCommand) |
|
|
SetContext |
Restituisce se il comando sia impostabile in base al contesto.
Restituisce sempre false perché non è incluso nell'interfaccia utente.
(Ereditato da AcadCommandBase) |
|
|
ToString |
(Ereditato da DedCommand) |