Class CustomTagArrayAttribute
Inheritance
CustomTagArrayAttribute
Assembly: NXOpen.dll
Syntax
public class CustomTagArrayAttribute : CustomAttribute, IMessageSink, IDisposable
Constructors
CustomTagArrayAttribute(nint)
Declaration
protected CustomTagArrayAttribute(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Methods
GetValues()
Declaration
public TaggedObject[] GetValues()
Returns
SetValues(TaggedObject[])
Declaration
public TaggedObject[] SetValues(TaggedObject[] tagValues)
Parameters
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink