Classe Inv
|
Il tipo InvCommandBase espone i seguenti membri.
| Nome | Descrizione | |
|---|---|---|
| AddToolbar | Indica se il comando deve essere aggiunto alla toolbar. | |
| Application | (Ereditato da DedCommand) | |
| Button | Resituisce la definizione del pulsante per questo comando. | |
| Classification | Restituisce o imposta la classificazione del comando. | |
| Client | (Ereditato da DedCommand) | |
| CommandContext | (Ereditato da DedCommand) | |
| DisplayMode | Restituisce o imposta il tipo di pulsante abbinato il comando. | |
| GlobalName | (Ereditato da DedCommand) | |
| GlobalOrder | (Ereditato da DedCommand) | |
| HasTopic | (Ereditato da DedCommand) | |
| Icon16 | Restituisce o imposta l'immagine 16*16 del comando. | |
| Icon32 | Restituisce o imposta l'immagine 32*32 del comando. | |
| IgnoreUserPerm | (Ereditato da DedCommand) | |
| Img16 | (Ereditato da DedCommand) | |
| Img32 | (Ereditato da DedCommand) | |
| InternalName | (Ereditato da DedCommand) | |
| IsImportingOperation | (Ereditato da DedCommand) | |
| LastException | (Ereditato da DedCommand) | |
| MinimumPerm | (Ereditato da DedCommand) | |
| Name | (Ereditato da DedCommand) | |
| NeedDocument | (Ereditato da DedCommand) | |
| NeedParameters |
Restituisce se il comando ha bisogno di parametri.
Restituisce sempre false.
(Sovrascrive DedCommand.NeedParameters) | |
| NeedRefresh | (Ereditato da DedCommand) | |
| NoOwnerForm | (Ereditato da DedCommand) | |
| OwnerForm | (Ereditato da DedCommand) | |
| Result | (Ereditato da DedCommand) | |
| RunningContext | (Ereditato da DedCommand) | |
| Silent | (Ereditato da DedCommand) | |
| Struttura | Restituisce la lista di documenti inventor da elaborare | |
| SubMenuName | (Ereditato da DedCommand) | |
| SubMenuText | (Ereditato da DedCommand) | |
| Tooltip | (Ereditato da DedCommand) | |
| TopicHelp | (Ereditato da DedCommand) | |
| UseUI | (Ereditato da DedCommand) |
| Nome | Descrizione | |
|---|---|---|
| ClearCommand |
Azzera il comando.
(Sovrascrive DedCommand.ClearCommand) | |
| CreateButton | Crea l'istanza del pulsante associato a questo comando. | |
| DisposeButton | Effettua il Dispose del pulsante associato a questo comando. | |
| Enabled |
Restituisce se il comando sia abilitato in base al contesto.
Restituisce sempre false perché non è incluso nell'interfaccia utente.
(Sovrascrive DedCommand.Enabled(DedCommandContext)) | |
| Equals | (Ereditato da DedCommand) | |
| Execute | Esegue il comando vero e proprio. | |
| ExecuteCommand |
Esegue il comando vero e proprio.
(Sovrascrive DedCommand.ExecuteCommand) | |
| GetHashCode | (Ereditato da DedCommand) | |
| InitSubCommand | (Ereditato da DedCommand) | |
| InvEnabled | Restituisce se il comando sia abilitato in base al contesto di Inventor attuale. | |
| InvSetContext | Inizializza il comando con il context di Inventor e restituisce true se riesce altrimenti false. | |
| 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.
(Sovrascrive DedCommand.SetContext(DedCommandContext)) | |
| ToString | (Ereditato da DedCommand) |