SetupChangeEventArgs.info Property

Parent Object: SetupChangeEventArgs
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/SetupChangeEventArgs.h>

Description

Provides access to an information string. The optional string may contain additional information about the change.

Syntax

"setupChangeEventArgs_var" is a variable referencing a SetupChangeEventArgs object.

# Get the value of the property.
propertyValue = setupChangeEventArgs_var.info
"setupChangeEventArgs_var" is a variable referencing a SetupChangeEventArgs object.
#include <Cam/CAM/SetupChangeEventArgs.h>

// Get the value of the property.
string propertyValue = setupChangeEventArgs_var->info();

Property Value

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

Version

Introduced in version April 2023