Search Results for

    Show / Hide Table of Contents

    Class UFDirpath

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    UFDirpath
    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 UFDirpath : NXRemotableObject, IMessageSink

    Methods

    Append(Tag, Tag)

    Declaration
    public void Append(Tag self, Tag append)
    Parameters
    Type Name Description
    Tag self
    Tag append

    AppendFromDirs(Tag, int, string[])

    Declaration
    public void AppendFromDirs(Tag self, int count, string[] dirs)
    Parameters
    Type Name Description
    Tag self
    int count
    string[] dirs

    AppendFromEnv(Tag, string)

    Declaration
    public void AppendFromEnv(Tag self, string env)
    Parameters
    Type Name Description
    Tag self
    string env

    AskCurrDir(Tag, out string)

    Declaration
    public void AskCurrDir(Tag self, out string dir)
    Parameters
    Type Name Description
    Tag self
    string dir

    AskDirCount(Tag)

    Declaration
    public int AskDirCount(Tag self)
    Parameters
    Type Name Description
    Tag self
    Returns
    Type Description
    int

    AskDirIndex(Tag)

    Declaration
    public int AskDirIndex(Tag self)
    Parameters
    Type Name Description
    Tag self
    Returns
    Type Description
    int

    AskDirs(Tag, out int, out string[])

    Declaration
    public void AskDirs(Tag self, out int count, out string[] dirs)
    Parameters
    Type Name Description
    Tag self
    int count
    string[] dirs

    AskNextDir(Tag, out string)

    Declaration
    public void AskNextDir(Tag self, out string dir)
    Parameters
    Type Name Description
    Tag self
    string dir

    AskNthDir(Tag, int, out string)

    Declaration
    public void AskNthDir(Tag self, int index, out string dir)
    Parameters
    Type Name Description
    Tag self
    int index
    string dir

    AskPrevDir(Tag, out string)

    Declaration
    public void AskPrevDir(Tag self, out string dir)
    Parameters
    Type Name Description
    Tag self
    string dir

    CreateFromDirs(int, string[], out Tag)

    Declaration
    public void CreateFromDirs(int count, string[] dirs, out Tag retval_tag)
    Parameters
    Type Name Description
    int count
    string[] dirs
    Tag retval_tag

    CreateFromEnv(string, out Tag)

    Declaration
    public void CreateFromEnv(string env, out Tag retval_tag)
    Parameters
    Type Name Description
    string env
    Tag retval_tag

    FindFile(Tag, string, out string)

    Declaration
    public void FindFile(Tag self, string name, out string fpath)
    Parameters
    Type Name Description
    Tag self
    string name
    string fpath

    StartDirIteration(Tag)

    Declaration
    public void StartDirIteration(Tag self)
    Parameters
    Type Name Description
    Tag self

    Implements

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