Class CustomTagArrayAttribute
Inheritance
System.Object
System.MarshalByRefObject
CustomTagArrayAttribute
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.Features
Assembly: NXOpen.dll
Syntax
public class CustomTagArrayAttribute : CustomAttribute, IMessageSink, IDisposable
Constructors
CustomTagArrayAttribute(IntPtr)
Declaration
protected CustomTagArrayAttribute(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
GetValues()
Declaration
public TaggedObject[] GetValues()
Returns
Type | Description |
---|---|
TaggedObject[] |
SetValues(TaggedObject[])
Declaration
public TaggedObject[] SetValues(TaggedObject[] tagValues)
Parameters
Type | Name | Description |
---|---|---|
TaggedObject[] | tagValues |
Returns
Type | Description |
---|---|
TaggedObject[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable