Class Attachment
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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.UIStyler
Assembly: NXOpenUI.dll
Syntax
public class Attachment : TransientObject, IMessageSink, IDisposable
Constructors
Attachment(IntPtr)
Declaration
protected Attachment(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SetAttachTypeLeft(Attachment.AttachType)
Declaration
public void SetAttachTypeLeft(Attachment.AttachType attachTypeLeft)
Parameters
Type | Name | Description |
---|---|---|
Attachment.AttachType | attachTypeLeft |
SetAttachTypeRight(Attachment.AttachType)
Declaration
public void SetAttachTypeRight(Attachment.AttachType attachTypeRight)
Parameters
Type | Name | Description |
---|---|---|
Attachment.AttachType | attachTypeRight |
SetAttachTypeTop(Attachment.AttachType)
Declaration
public void SetAttachTypeTop(Attachment.AttachType attachTypeTop)
Parameters
Type | Name | Description |
---|---|---|
Attachment.AttachType | attachTypeTop |
SetCenter(Boolean)
Declaration
public void SetCenter(bool isCenter)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isCenter |
SetLeftDialogItem(String)
Declaration
public void SetLeftDialogItem(string leftItemIdentifire)
Parameters
Type | Name | Description |
---|---|---|
System.String | leftItemIdentifire |
SetLeftOffset(Int32)
Declaration
public void SetLeftOffset(int offsetLeft)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offsetLeft |
SetRightDialogItem(String)
Declaration
public void SetRightDialogItem(string rightItemIdentifire)
Parameters
Type | Name | Description |
---|---|---|
System.String | rightItemIdentifire |
SetRightOffset(Int32)
Declaration
public void SetRightOffset(int offsetRight)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offsetRight |
SetTopDialogItem(String)
Declaration
public void SetTopDialogItem(string topItemIdentifire)
Parameters
Type | Name | Description |
---|---|---|
System.String | topItemIdentifire |
SetTopOffset(Int32)
Declaration
public void SetTopOffset(int offsetTop)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offsetTop |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable