Search Results for

    Show / Hide Table of Contents

    Class CustomAttribute

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    CustomAttribute
    CustomDoubleArrayAttribute
    CustomDoubleAttribute
    CustomExpressionArrayAttribute
    CustomExpressionAttribute
    CustomIntegerArrayAttribute
    CustomIntegerAttribute
    CustomLogicalArrayAttribute
    CustomLogicalAttribute
    CustomStringArrayAttribute
    CustomStringAttribute
    CustomTagArrayAttribute
    CustomTagAttribute
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 CustomAttribute : TransientObject, IMessageSink, IDisposable

    Constructors

    CustomAttribute(IntPtr)

    Declaration
    protected CustomAttribute(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    Name

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

    TypeValue

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

    Methods

    AddProperty(CustomAttribute.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
    CustomAttribute.Property[]

    HasProperty(CustomAttribute.Property)

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

    RemoveProperty(CustomAttribute.Property)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX