Search Results for

    Show / Hide Table of Contents

    Class UFTag

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    UFTag
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 UFTag : NXRemotableObject, IMessageSink

    Methods

    AskHandleFromTag(Tag, out String)

    Declaration
    public void AskHandleFromTag(Tag object_tag, out string handle)
    Parameters
    Type Name Description
    Tag object_tag
    System.String handle

    AskHandleOfTag(Tag)

    Declaration
    [Obsolete("Deprecated")]
    public string AskHandleOfTag(Tag object_tag)
    Parameters
    Type Name Description
    Tag object_tag
    Returns
    Type Description
    System.String

    AskNewTagOfEntity(Tag)

    Declaration
    public Tag AskNewTagOfEntity(Tag v9_eid)
    Parameters
    Type Name Description
    Tag v9_eid
    Returns
    Type Description
    Tag

    AskTagOfHandle(String)

    Declaration
    public Tag AskTagOfHandle(string object_handle)
    Parameters
    Type Name Description
    System.String object_handle
    Returns
    Type Description
    Tag

    ComposeHandle(String, UInt32, UInt32, out String)

    Declaration
    public void ComposeHandle(string file_data, uint sub_file_id, uint version, out string handle)
    Parameters
    Type Name Description
    System.String file_data
    System.UInt32 sub_file_id
    System.UInt32 version
    System.String handle

    DecomposeHandle(String, out String, out UInt32, out UInt32)

    Declaration
    public void DecomposeHandle(string handle, out string file_data, out uint sub_file_id, out uint version)
    Parameters
    Type Name Description
    System.String handle
    System.String file_data
    System.UInt32 sub_file_id
    System.UInt32 version

    RegisterEventCb(UFTag.EventFnT, IntPtr, out Int32)

    Declaration
    public void RegisterEventCb(UFTag.EventFnT callback, IntPtr closure, out int callback_id)
    Parameters
    Type Name Description
    UFTag.EventFnT callback
    System.IntPtr closure
    System.Int32 callback_id

    UnregisterEventCb(Int32)

    Declaration
    public void UnregisterEventCb(int callback_id)
    Parameters
    Type Name Description
    System.Int32 callback_id

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX