Share

NavigationEventArgs.navigationURL Property

Parent Object: NavigationEventArgs
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/NavigationEventArgs.h>

Description

The URL that is being navigated to.

Syntax

"navigationEventArgs_var" is a variable referencing a NavigationEventArgs object.

# Get the value of the property.
propertyValue = navigationEventArgs_var.navigationURL

# Set the value of the property.
navigationEventArgs_var.navigationURL = propertyValue

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version March 2021

Was this information helpful?