Share

APIPreferences.debuggingPort Property

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

Description

Gets and sets the port used when connecting to Visual Studio Code.

Syntax

"aPIPreferences_var" is a variable referencing an APIPreferences object.

# Get the value of the property.
propertyValue = aPIPreferences_var.debuggingPort

# Set the value of the property.
aPIPreferences_var.debuggingPort = propertyValue

Property Value

This is a read/write property whose value is an integer.

Version

Introduced in version October 2023

Was this information helpful?