NetworkPreferences.proxyPort Property
Parent Object:
NetworkPreferencesDefined in namespace "adsk::core" and the header file is <Core/Application/NetworkPreferences.h>
Description
Gets and sets the proxy host.
Syntax
"networkPreferences_var" is a variable referencing a NetworkPreferences object.
# Get the value of the property. propertyValue = networkPreferences_var.proxyPort
# Set the value of the property. networkPreferences_var.proxyPort = propertyValue
|
"networkPreferences_var" is a variable referencing a NetworkPreferences object.
#include <Core/Application/NetworkPreferences.h>
// Get the value of the property. integer propertyValue = networkPreferences_var->proxyPort();
// Set the value of the property, where value_var is an integer. bool returnValue = networkPreferences_var->proxyPort(value_var);
|
Property Value
This is a read/write property whose value is an integer.
Version
Introduced in version August 2014