Share

CAMManager.networkMachineIntegrationManager Property

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

Description

Gets the NetworkMachineIntegrationManager needed to integrate add-ins into the 'Find network machines' dialog.

Syntax

"cAMManager_var" is a variable referencing a CAMManager object.

# Get the value of the property.
propertyValue = cAMManager_var.networkMachineIntegrationManager

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?