Class PneumaticValve
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.Utilities.dll
Syntax
public class PneumaticValve : RuntimeObject
Constructors
PneumaticValve(IntPtr)
Declaration
protected PneumaticValve(IntPtr pItem)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | pItem |
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ControlIn
Declaration
public double ControlIn { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ExhaustPressure
Declaration
public double ExhaustPressure { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SupplyPressure
Declaration
public double SupplyPressure { get; set; }
Property Value
Type | Description |
---|---|
System.Double |