Search Results for

    Show / Hide Table of Contents

    Class CustomTagArrayAttribute

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    CustomAttribute
    CustomTagArrayAttribute
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    CustomAttribute.FreeResource()
    CustomAttribute.AddProperty(CustomAttribute.Property)
    CustomAttribute.RemoveProperty(CustomAttribute.Property)
    CustomAttribute.HasProperty(CustomAttribute.Property)
    CustomAttribute.GetProperties()
    CustomAttribute.Name
    CustomAttribute.TypeValue
    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.Features
    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
    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
    IDisposable
    In this article
    Back to top Generated by DocFX