|
|
GetHelpIdAtPoint handler.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Overridable Function GetHelpIdAtPoint ( _ view As View, _ x As Integer, _ y As Integer _ ) As HelpIdResult |
| C# |
|---|
public virtual HelpIdResult GetHelpIdAtPoint( View view, int x, int y ) |
| Visual C++ |
|---|
public: virtual HelpIdResult^ GetHelpIdAtPoint( View^ view, int x, int y ) |
Parameters
- view
- Type: Autodesk.Navisworks.Api..::..View
- x
- Type: System..::..Int32
- y
- Type: System..::..Int32
Remarks
Called when user has requests what's this help on a point in the viewer.
If you don't handle this return null or a false Handled value.