Search Results for

    Show / Hide Table of Contents

    Class NcProgramSource

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NcProgramSource
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.SIM
    Assembly: NXOpen.dll
    Syntax
    public class NcProgramSource : TaggedObject, IMessageSink

    Constructors

    NcProgramSource()

    Declaration
    protected NcProgramSource()

    Methods

    AddMainProgram(string, string)

    Declaration
    public NcProgram AddMainProgram(string channel, string file)
    Parameters
    Type Name Description
    string channel
    string file
    Returns
    Type Description
    NcProgram

    AddSubprogram(string)

    Declaration
    public NcProgram AddSubprogram(string file)
    Parameters
    Type Name Description
    string file
    Returns
    Type Description
    NcProgram

    CreateMainProgram(string, string)

    Declaration
    public NcProgram CreateMainProgram(string channel, string fileName)
    Parameters
    Type Name Description
    string channel
    string fileName
    Returns
    Type Description
    NcProgram

    DeleteProgram(NcProgram)

    Declaration
    public bool DeleteProgram(NcProgram program)
    Parameters
    Type Name Description
    NcProgram program
    Returns
    Type Description
    bool

    GetMainProgram(string)

    Declaration
    public NcProgram GetMainProgram(string channel)
    Parameters
    Type Name Description
    string channel
    Returns
    Type Description
    NcProgram

    GetSubprogram(string)

    Declaration
    public NcProgram GetSubprogram(string programId)
    Parameters
    Type Name Description
    string programId
    Returns
    Type Description
    NcProgram

    Implements

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