Class UFMb
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public class UFMb : NXRemotableObject, IMessageSink
Methods
AddActions(UFMb.Action[])
Declaration
public void AddActions(UFMb.Action[] action_table)
Parameters
Type | Name | Description |
---|---|---|
UFMb.Action[] | action_table |
AskButtonId(String, out Int32)
Declaration
public void AskButtonId(string button_name, out int button_id)
Parameters
Type | Name | Description |
---|---|---|
System.String | button_name | |
System.Int32 | button_id |
AskButtonSensitivity(Int32, out UFMb.State)
Declaration
public void AskButtonSensitivity(int button_id, out UFMb.State state)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | button_id | |
UFMb.State | state |
AskButtonTypeName(SByte, out String)
Declaration
public void AskButtonTypeName(sbyte type, out string type_name)
Parameters
Type | Name | Description |
---|---|---|
System.SByte | type | |
System.String | type_name |
AskStringResource(String, String, out String)
Declaration
public void AskStringResource(string name, string defvalue, out string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | defvalue | |
System.String | value |
AskToggleState(Int32, out UFMb.State)
Declaration
public void AskToggleState(int button_id, out UFMb.State state)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | button_id | |
UFMb.State | state |
InitApplicationData(ref UFMb.ApplicationData)
Declaration
public void InitApplicationData(ref UFMb.ApplicationData app_data)
Parameters
Type | Name | Description |
---|---|---|
UFMb.ApplicationData | app_data |
RegisterApplication(ref UFMb.ApplicationData)
Declaration
public void RegisterApplication(ref UFMb.ApplicationData app)
Parameters
Type | Name | Description |
---|---|---|
UFMb.ApplicationData | app |
SetButtonSensitivity(Int32, UFMb.State)
Declaration
public void SetButtonSensitivity(int button_id, UFMb.State state)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | button_id | |
UFMb.State | state |
SetToggleState(Int32, UFMb.State)
Declaration
public void SetToggleState(int button_id, UFMb.State state)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | button_id | |
UFMb.State | state |
Implements
System.Runtime.Remoting.Messaging.IMessageSink