NavigationEventArgs.launchExternally Property
Parent Object:
NavigationEventArgsDefined in namespace "adsk::core" and the header file is <Core/UserInterface/NavigationEventArgs.h>
Description
If True, the URL will be navigated to in an external browser by the operating system. If False, the default value, the URL will be navigated to in the palette's browser.
Syntax
"navigationEventArgs_var" is a variable referencing a NavigationEventArgs object.
# Get the value of the property. propertyValue = navigationEventArgs_var.launchExternally
# Set the value of the property. navigationEventArgs_var.launchExternally = propertyValue
|
"navigationEventArgs_var" is a variable referencing a NavigationEventArgs object.
#include <Core/UserInterface/NavigationEventArgs.h>
// Get the value of the property. boolean propertyValue = navigationEventArgs_var->launchExternally();
// Set the value of the property, where value_var is a boolean. bool returnValue = navigationEventArgs_var->launchExternally(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version March 2021