Search Results for

    Show / Hide Table of Contents

    Class NcProgramSource

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NcProgramSource
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    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
    System.String channel
    System.String file
    Returns
    Type Description
    NcProgram

    AddSubprogram(String)

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

    CreateMainProgram(String, String)

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

    DeleteProgram(NcProgram)

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

    GetMainProgram(String)

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

    GetSubprogram(String)

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

    Implements

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