Class SensorSetMgr
Assembly: NXOpen.dll
Syntax
public class SensorSetMgr : IApplicationObjectManager, IMessageSink, INXObject
Constructors
SensorSetMgr()
Declaration
Properties
NumberOfSensorsets
Declaration
public int NumberOfSensorsets { get; }
Property Value
Methods
ActivateSensorset(ISensorSet)
Declaration
public void ActivateSensorset(ISensorSet sensorSet)
Parameters
CloneSensorSet(ISensorSet)
Declaration
public ISensorSet CloneSensorSet(ISensorSet masterSensorSet)
Parameters
Returns
DeleteSensorset(ISensorSet)
Declaration
public void DeleteSensorset(ISensorSet sensorSet)
Parameters
GetSensorSetByName(string)
Declaration
public ISensorSet GetSensorSetByName(string sensorSetName)
Parameters
Type |
Name |
Description |
string |
sensorSetName |
|
Returns
GetSensorset(int)
Declaration
public ISensorSet GetSensorset(int sensorSetIndex)
Parameters
Type |
Name |
Description |
int |
sensorSetIndex |
|
Returns
Declaration
public void ShowSensorSetInformation(ISensorSet sensorSet)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink