Class UserInput
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
Declaration
public string JournalIdentifier { get; }
Property Value
Declaration
public string Name { get; }
Property Value
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 |
string |
journalIdentifier |
|
Returns
Declaration
public void GetHint(out string[] inputHint)
Parameters
Type |
Name |
Description |
string[] |
inputHint |
|
Declaration
Declaration
public void SetHint(string[] inputHint)
Parameters
Type |
Name |
Description |
string[] |
inputHint |
|
Declaration
public void SetName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink