Class UserInput
Inheritance
System.Object
System.MarshalByRefObject
UserInput
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
public class UserInput : TaggedObject, IMessageSink, INXObject
Constructors
Declaration
Properties
Declaration
public UserInput.Type InputType { get; set; }
Property Value
Declaration
public bool IsOccurrence { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string JournalIdentifier { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Component OwningComponent { get; }
Property Value
Declaration
public BasePart OwningPart { get; }
Property Value
Declaration
public INXObject Prototype { get; }
Property Value
Methods
Declaration
public INXObject FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.String |
journalIdentifier |
|
Returns
Declaration
public void GetHint(out string[] inputHint)
Parameters
Type |
Name |
Description |
System.String[] |
inputHint |
|
Declaration
Declaration
public void SetHint(string[] inputHint)
Parameters
Type |
Name |
Description |
System.String[] |
inputHint |
|
Declaration
public void SetName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink