Search Results for

    Show / Hide Table of Contents

    Class ScannerPostBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ScannerPostBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.PostConfigurator
    Assembly: NXOpen.dll
    Syntax
    public class ScannerPostBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ScannerPostBuilder()

    Declaration
    protected ScannerPostBuilder()

    Properties

    BrowseNcFile

    Declaration
    public string BrowseNcFile { get; set; }
    Property Value
    Type Description
    string

    ControllerName

    Declaration
    public string ControllerName { get; set; }
    Property Value
    Type Description
    string

    CreateDirectoryForPostprocessor

    Declaration
    public bool CreateDirectoryForPostprocessor { get; set; }
    Property Value
    Type Description
    bool

    PostprocessorName

    Declaration
    public string PostprocessorName { get; set; }
    Property Value
    Type Description
    string

    PostprocessorOutputDirectory

    Declaration
    public string PostprocessorOutputDirectory { get; set; }
    Property Value
    Type Description
    string

    Methods

    AskHighestMatchingController()

    Declaration
    public string AskHighestMatchingController()
    Returns
    Type Description
    string

    CustomizePostprocessor()

    Declaration
    public string CustomizePostprocessor()
    Returns
    Type Description
    string

    Implements

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