Class Attachment
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
SetAttachTypeLeft(AttachType)
Declaration
public void SetAttachTypeLeft(Attachment.AttachType attachTypeLeft)
Parameters
SetAttachTypeRight(AttachType)
Declaration
public void SetAttachTypeRight(Attachment.AttachType attachTypeRight)
Parameters
SetAttachTypeTop(AttachType)
Declaration
public void SetAttachTypeTop(Attachment.AttachType attachTypeTop)
Parameters
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