Search Results for

    Show / Hide Table of Contents

    Class ECADExportBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ECADExportBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class ECADExportBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ECADExportBuilder()

    Declaration
    protected ECADExportBuilder()

    Properties

    ExportFile

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

    ExportFileFormat

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  This method has no replacement. It is no longer supported.")]
    public ECADExportBuilder.ExportFileType ExportFileFormat { get; set; }
    Property Value
    Type Description
    ECADExportBuilder.ExportFileType

    SelectLogicals

    Declaration
    public SelectLogicObjectList SelectLogicals { get; }
    Property Value
    Type Description
    SelectLogicObjectList

    Methods

    GetExportAttributesName()

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  This method has no replacement. It is no longer supported.")]
    public string[] GetExportAttributesName()
    Returns
    Type Description
    System.String[]

    SetExportAttributesName(String[])

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  This method has no replacement. It is no longer supported.")]
    public void SetExportAttributesName(string[] exportAttributesName)
    Parameters
    Type Name Description
    System.String[] exportAttributesName

    Implements

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