|
![]() |
GetTooltip handler
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Public Overridable Function GetTooltip ( _ view As View, _ x As Integer, _ y As Integer _ ) As TooltipResult |
C# |
---|
public virtual TooltipResult GetTooltip( View view, int x, int y ) |
Visual C++ |
---|
public: virtual TooltipResult^ GetTooltip( View^ view, int x, int y ) |
Parameters
- view
- Type: Autodesk.Navisworks.Api..::..View
- x
- Type: System..::..Int32
- y
- Type: System..::..Int32
Remarks
Called to determine if there's a tooltip associated with a point in the viewer. Should return null or an Id of 0 if no
tooltip, otherwise an internal identifier for a particular tooltip and the tooltip display string.
Should return a different identifier for each distinct area with an associated tooltip.