Search Results for

    Show / Hide Table of Contents

    Class DrawingAutomationWizard

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    DrawingAutomationWizard
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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.Drafting
    Assembly: NXOpen.dll
    Syntax
    public class DrawingAutomationWizard : TransientObject, IMessageSink, IDisposable

    Constructors

    DrawingAutomationWizard(nint)

    Declaration
    protected DrawingAutomationWizard(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Builder

    Declaration
    public DrawingCreationWizardBuilder Builder { get; set; }
    Property Value
    Type Description
    DrawingCreationWizardBuilder

    ContinueProcessing

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

    ErrorCode

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

    Part

    Declaration
    public Part Part { get; set; }
    Property Value
    Type Description
    Part

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Implements

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