Class TransmitterExit
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 TransmitterExit : RuntimeObject
Constructors
TransmitterExit(IntPtr)
Declaration
protected TransmitterExit(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
Body
Declaration
public RigidBody Body { get; set; }
Property Value
Type | Description |
---|---|
RigidBody |
Orientation
Declaration
public Matrix3 Orientation { get; set; }
Property Value
Type | Description |
---|---|
Matrix3 |
Port
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Position
Declaration
public Vector3 Position { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |