Share

NetworkPreferences.networkProxySetting Property

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

Description

Gets and sets the network proxy setting.

Syntax

"networkPreferences_var" is a variable referencing a NetworkPreferences object.

# Get the value of the property.
propertyValue = networkPreferences_var.networkProxySetting

# Set the value of the property.
networkPreferences_var.networkProxySetting = propertyValue

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?