Class SensorSetMgr
Inheritance
System.Object
System.MarshalByRefObject
SensorSetMgr
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class SensorSetMgr : IApplicationObjectManager, IMessageSink, INXObject
Constructors
SensorSetMgr()
Declaration
protected SensorSetMgr()
Properties
NumberOfSensorsets
Declaration
public int NumberOfSensorsets { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
ActivateSensorset(ISensorSet)
Declaration
public void ActivateSensorset(ISensorSet sensorSet)
Parameters
Type | Name | Description |
---|---|---|
ISensorSet | sensorSet |
CloneSensorSet(ISensorSet)
Declaration
public ISensorSet CloneSensorSet(ISensorSet masterSensorSet)
Parameters
Type | Name | Description |
---|---|---|
ISensorSet | masterSensorSet |
Returns
Type | Description |
---|---|
ISensorSet |
DeleteSensorset(ISensorSet)
Declaration
public void DeleteSensorset(ISensorSet sensorSet)
Parameters
Type | Name | Description |
---|---|---|
ISensorSet | sensorSet |
GetSensorset(Int32)
Declaration
public ISensorSet GetSensorset(int sensorSetIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | sensorSetIndex |
Returns
Type | Description |
---|---|
ISensorSet |
GetSensorSetByName(String)
Declaration
public ISensorSet GetSensorSetByName(string sensorSetName)
Parameters
Type | Name | Description |
---|---|---|
System.String | sensorSetName |
Returns
Type | Description |
---|---|
ISensorSet |
ShowSensorSetInformation(ISensorSet)
Declaration
public void ShowSensorSetInformation(ISensorSet sensorSet)
Parameters
Type | Name | Description |
---|---|---|
ISensorSet | sensorSet |
Implements
System.Runtime.Remoting.Messaging.IMessageSink