Search Results for

    Show / Hide Table of Contents

    Class DrawingUtils

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    DrawingUtils
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class DrawingUtils : NXRemotableObject, IMessageSink

    Constructors

    DrawingUtils(Session)

    Declaration
    protected DrawingUtils(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

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

    Methods

    AddDrawingAutomationWizardHandler(DrawingAutomationWizardHandler)

    Declaration
    public int AddDrawingAutomationWizardHandler(DrawingUtils.DrawingAutomationWizardHandler handler)
    Parameters
    Type Name Description
    DrawingUtils.DrawingAutomationWizardHandler handler
    Returns
    Type Description
    int

    NewDrawingAutomationWizard()

    Declaration
    public DrawingAutomationWizard NewDrawingAutomationWizard()
    Returns
    Type Description
    DrawingAutomationWizard

    RemoveDrawingAutomationWizardHandler(int)

    Declaration
    public void RemoveDrawingAutomationWizardHandler(int id)
    Parameters
    Type Name Description
    int id

    Implements

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