Search Results for

    Show / Hide Table of Contents

    Class ConvertDraftingContentsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ConvertDraftingContentsBuilder
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ConvertDraftingContentsBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ConvertDraftingContentsBuilder()

    Declaration
    protected ConvertDraftingContentsBuilder()

    Properties

    ConfigurationFile

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

    OpenConvertedPmiDestinationPart

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

    SelectDraftingSheet

    Declaration
    public SelectViewList SelectDraftingSheet { get; }
    Property Value
    Type Description
    SelectViewList

    SelectDraftingView

    Declaration
    public SelectDraftingViewList SelectDraftingView { get; }
    Property Value
    Type Description
    SelectDraftingViewList

    SelectionType

    Declaration
    public ConvertDraftingContentsBuilder.SelectConversionEntityType SelectionType { get; set; }
    Property Value
    Type Description
    ConvertDraftingContentsBuilder.SelectConversionEntityType

    SelectObjectsToConvert

    Declaration
    public SelectNXObjectList SelectObjectsToConvert { get; }
    Property Value
    Type Description
    SelectNXObjectList

    SettingsBuilder

    Declaration
    public SettingsBuilder SettingsBuilder { get; }
    Property Value
    Type Description
    SettingsBuilder

    UseContextAssembly

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

    Methods

    SetContextAssembly(String)

    Declaration
    public void SetContextAssembly(string contextAssembly)
    Parameters
    Type Name Description
    System.String contextAssembly

    Implements

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