Search Results for

    Show / Hide Table of Contents

    Class CustomAttribute

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    CustomAttribute
    CustomDoubleArrayAttribute
    CustomDoubleAttribute
    CustomExpressionArrayAttribute
    CustomExpressionAttribute
    CustomIntegerArrayAttribute
    CustomIntegerAttribute
    CustomLogicalArrayAttribute
    CustomLogicalAttribute
    CustomStringArrayAttribute
    CustomStringAttribute
    CustomTagArrayAttribute
    CustomTagAttribute
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    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 CustomAttribute : TransientObject, IMessageSink, IDisposable

    Constructors

    CustomAttribute(nint)

    Declaration
    protected CustomAttribute(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    TypeValue

    Declaration
    public CustomAttribute.Type TypeValue { get; }
    Property Value
    Type Description
    CustomAttribute.Type

    Methods

    AddProperty(Property)

    Declaration
    public void AddProperty(CustomAttribute.Property attributeProperty)
    Parameters
    Type Name Description
    CustomAttribute.Property attributeProperty

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetProperties()

    Declaration
    public CustomAttribute.Property[] GetProperties()
    Returns
    Type Description
    Property[]

    HasProperty(Property)

    Declaration
    public bool HasProperty(CustomAttribute.Property attributeProperty)
    Parameters
    Type Name Description
    CustomAttribute.Property attributeProperty
    Returns
    Type Description
    bool

    RemoveProperty(Property)

    Declaration
    public void RemoveProperty(CustomAttribute.Property attributeProperty)
    Parameters
    Type Name Description
    CustomAttribute.Property attributeProperty

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX