Class ISensorSet
Assembly: NXOpen.dll
Syntax
public class ISensorSet : NXObject, IMessageSink, INXObject
Constructors
ISensorSet()
Declaration
Methods
DisplaySensorSet(bool)
Declaration
public void DisplaySensorSet(bool show)
Parameters
Type |
Name |
Description |
bool |
show |
|
GetNumberOfSensors()
Declaration
public int GetNumberOfSensors()
Returns
GetSensor(int)
Declaration
public CaeSensor GetSensor(int sensorIndex)
Parameters
Type |
Name |
Description |
int |
sensorIndex |
|
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink