Search Results for

    Show / Hide Table of Contents

    Class Attachment

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    Attachment
    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.UIStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class Attachment : TransientObject, IMessageSink, IDisposable

    Constructors

    Attachment(nint)

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

    Methods

    FreeResource()

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

    SetAttachTypeLeft(AttachType)

    Declaration
    public void SetAttachTypeLeft(Attachment.AttachType attachTypeLeft)
    Parameters
    Type Name Description
    Attachment.AttachType attachTypeLeft

    SetAttachTypeRight(AttachType)

    Declaration
    public void SetAttachTypeRight(Attachment.AttachType attachTypeRight)
    Parameters
    Type Name Description
    Attachment.AttachType attachTypeRight

    SetAttachTypeTop(AttachType)

    Declaration
    public void SetAttachTypeTop(Attachment.AttachType attachTypeTop)
    Parameters
    Type Name Description
    Attachment.AttachType attachTypeTop

    SetCenter(bool)

    Declaration
    public void SetCenter(bool isCenter)
    Parameters
    Type Name Description
    bool isCenter

    SetLeftDialogItem(string)

    Declaration
    public void SetLeftDialogItem(string leftItemIdentifire)
    Parameters
    Type Name Description
    string leftItemIdentifire

    SetLeftOffset(int)

    Declaration
    public void SetLeftOffset(int offsetLeft)
    Parameters
    Type Name Description
    int offsetLeft

    SetRightDialogItem(string)

    Declaration
    public void SetRightDialogItem(string rightItemIdentifire)
    Parameters
    Type Name Description
    string rightItemIdentifire

    SetRightOffset(int)

    Declaration
    public void SetRightOffset(int offsetRight)
    Parameters
    Type Name Description
    int offsetRight

    SetTopDialogItem(string)

    Declaration
    public void SetTopDialogItem(string topItemIdentifire)
    Parameters
    Type Name Description
    string topItemIdentifire

    SetTopOffset(int)

    Declaration
    public void SetTopOffset(int offsetTop)
    Parameters
    Type Name Description
    int offsetTop

    Implements

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