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. T

Syntax

"cAMManager_var" is a variable referencing a CAMManager object.

# Get the value of the property.
propertyValue = cAMManager_var.networkMachineIntegrationManager
"cAMManager_var" is a variable referencing a CAMManager object.
#include <Cam/Global/CAMManager.h>

// Get the value of the property.
NetworkMachineIntegrationManager propertyValue = cAMManager_var->networkMachineIntegrationManager();

Property Value

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

Version

Introduced in version April 2023