Search Results for

    Show / Hide Table of Contents

    Class UFMb

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    UFMb
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public class UFMb : NXRemotableObject, IMessageSink

    Methods

    AddActions(Action[])

    Declaration
    public void AddActions(UFMb.Action[] action_table)
    Parameters
    Type Name Description
    Action[] action_table

    AskButtonId(string, out int)

    Declaration
    public void AskButtonId(string button_name, out int button_id)
    Parameters
    Type Name Description
    string button_name
    int button_id

    AskButtonSensitivity(int, out State)

    Declaration
    public void AskButtonSensitivity(int button_id, out UFMb.State state)
    Parameters
    Type Name Description
    int button_id
    UFMb.State state

    AskButtonTypeName(sbyte, out string)

    Declaration
    public void AskButtonTypeName(sbyte type, out string type_name)
    Parameters
    Type Name Description
    sbyte type
    string type_name

    AskStringResource(string, string, out string)

    Declaration
    public void AskStringResource(string name, string defvalue, out string value)
    Parameters
    Type Name Description
    string name
    string defvalue
    string value

    AskToggleState(int, out State)

    Declaration
    public void AskToggleState(int button_id, out UFMb.State state)
    Parameters
    Type Name Description
    int button_id
    UFMb.State state

    InitApplicationData(ref ApplicationData)

    Declaration
    public void InitApplicationData(ref UFMb.ApplicationData app_data)
    Parameters
    Type Name Description
    UFMb.ApplicationData app_data

    RegisterApplication(ref ApplicationData)

    Declaration
    public void RegisterApplication(ref UFMb.ApplicationData app)
    Parameters
    Type Name Description
    UFMb.ApplicationData app

    SetButtonSensitivity(int, State)

    Declaration
    public void SetButtonSensitivity(int button_id, UFMb.State state)
    Parameters
    Type Name Description
    int button_id
    UFMb.State state

    SetToggleState(int, State)

    Declaration
    public void SetToggleState(int button_id, UFMb.State state)
    Parameters
    Type Name Description
    int button_id
    UFMb.State state

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX