Search Results for

    Show / Hide Table of Contents

    Class CreateMoldDesignReportBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CreateMoldDesignReportBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.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
    System.String

    ImageCapture

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

    ImageFileName

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

    NavNodeTag

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

    OutputLocation

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

    ReadOnlyStatus

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

    SlideSelection

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

    Methods

    GetComment()

    Declaration
    public string[] GetComment()
    Returns
    Type Description
    System.String[]

    GetCurrentSlideName(Int32)

    Declaration
    public string GetCurrentSlideName(int currentIndex)
    Parameters
    Type Name Description
    System.Int32 currentIndex
    Returns
    Type Description
    System.String

    GetLocalizedSlideNames()

    Declaration
    public string[] GetLocalizedSlideNames()
    Returns
    Type Description
    System.String[]

    GetReportedSlides()

    Declaration
    public string[] GetReportedSlides()
    Returns
    Type Description
    System.String[]

    GetSlideValues()

    Declaration
    public string[] GetSlideValues()
    Returns
    Type Description
    System.String[]

    OpenPowerPointFile()

    Declaration
    public void OpenPowerPointFile()

    ParseReportFile()

    Declaration
    public void ParseReportFile()

    SetComment(String[])

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

    SetLocalizedSlideNames(String[])

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

    SetReportedSlides(String[])

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

    SetSlideValues(String[])

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

    Implements

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