|
|
Called to tell the plugin to display help at a screen point
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Function TryShowHelpAtScreenPoint ( _ x As Integer, _ y As Integer _ ) As Boolean |
| C# |
|---|
public virtual bool TryShowHelpAtScreenPoint( int x, int y ) |
| Visual C++ |
|---|
public: virtual bool TryShowHelpAtScreenPoint( int x, int y ) |