Search Results for

    Show / Hide Table of Contents

    Class CreateMoldDesignReportBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CreateMoldDesignReportBuilder
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class CreateMoldDesignReportBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CreateMoldDesignReportBuilder()

    Declaration
    protected CreateMoldDesignReportBuilder()

    Properties

    AddPictureType

    Declaration
    public CreateMoldDesignReportBuilder.ImageType AddPictureType { get; set; }
    Property Value
    Type Description
    CreateMoldDesignReportBuilder.ImageType

    FileName

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

    ImageCapture

    Declaration
    public ImageCaptureBuilder ImageCapture { get; }
    Property Value
    Type Description
    ImageCaptureBuilder

    ImageFileName

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

    NavNodeTag

    Declaration
    public TaggedObject NavNodeTag { get; set; }
    Property Value
    Type Description
    TaggedObject

    OutputLocation

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

    ReadOnlyStatus

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

    SlideSelection

    Declaration
    public int SlideSelection { get; set; }
    Property Value
    Type Description
    int

    Methods

    GetComment()

    Declaration
    public string[] GetComment()
    Returns
    Type Description
    string[]

    GetCurrentSlideName(int)

    Declaration
    public string GetCurrentSlideName(int currentIndex)
    Parameters
    Type Name Description
    int currentIndex
    Returns
    Type Description
    string

    GetLocalizedSlideNames()

    Declaration
    public string[] GetLocalizedSlideNames()
    Returns
    Type Description
    string[]

    GetReportedSlides()

    Declaration
    public string[] GetReportedSlides()
    Returns
    Type Description
    string[]

    GetSlideValues()

    Declaration
    public string[] GetSlideValues()
    Returns
    Type Description
    string[]

    OpenPowerPointFile()

    Declaration
    public void OpenPowerPointFile()

    ParseReportFile()

    Declaration
    public void ParseReportFile()

    SetComment(string[])

    Declaration
    public void SetComment(string[] comment)
    Parameters
    Type Name Description
    string[] comment

    SetLocalizedSlideNames(string[])

    Declaration
    public void SetLocalizedSlideNames(string[] localizedSlideNames)
    Parameters
    Type Name Description
    string[] localizedSlideNames

    SetReportedSlides(string[])

    Declaration
    public void SetReportedSlides(string[] reportedSlideName)
    Parameters
    Type Name Description
    string[] reportedSlideName

    SetSlideValues(string[])

    Declaration
    public void SetSlideValues(string[] slideName)
    Parameters
    Type Name Description
    string[] slideName

    Implements

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