|
|
This is called to determine the state of plugin.
Primarily if Execute can be called.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Function CanExecute As CommandState |
| C# |
|---|
public virtual CommandState CanExecute() |
| Visual C++ |
|---|
public: virtual CommandState^ CanExecute() |