Share

ApplicationEventArgs.hasInternetAccess Property

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

Description

Gets if the client computer has access to the Internet.

Syntax

"applicationEventArgs_var" is a variable referencing an ApplicationEventArgs object.

# Get the value of the property.
propertyValue = applicationEventArgs_var.hasInternetAccess

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version January 2016

Was this information helpful?