Search Results for

    Show / Hide Table of Contents

    Class CustomFeatureData

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    CustomFeatureData
    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 CustomFeatureData : TransientObject, IMessageSink, IDisposable

    Constructors

    CustomFeatureData(IntPtr)

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

    Properties

    ClassName

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

    Methods

    AddCustomAttributes(CustomAttribute[])

    Declaration
    public void AddCustomAttributes(CustomAttribute[] attributes)
    Parameters
    Type Name Description
    CustomAttribute[] attributes

    CustomDoubleArrayAttributeByName(String)

    Declaration
    public CustomDoubleArrayAttribute CustomDoubleArrayAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomDoubleArrayAttribute

    CustomDoubleAttributeByName(String)

    Declaration
    public CustomDoubleAttribute CustomDoubleAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomDoubleAttribute

    CustomExpressionArrayAttributeByName(String)

    Declaration
    public CustomExpressionArrayAttribute CustomExpressionArrayAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomExpressionArrayAttribute

    CustomExpressionAttributeByName(String)

    Declaration
    public CustomExpressionAttribute CustomExpressionAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomExpressionAttribute

    CustomIntegerArrayAttributeByName(String)

    Declaration
    public CustomIntegerArrayAttribute CustomIntegerArrayAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomIntegerArrayAttribute

    CustomIntegerAttributeByName(String)

    Declaration
    public CustomIntegerAttribute CustomIntegerAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomIntegerAttribute

    CustomLogicalArrayAttributeByName(String)

    Declaration
    public CustomLogicalArrayAttribute CustomLogicalArrayAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomLogicalArrayAttribute

    CustomLogicalAttributeByName(String)

    Declaration
    public CustomLogicalAttribute CustomLogicalAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomLogicalAttribute

    CustomStringArrayAttributeByName(String)

    Declaration
    public CustomStringArrayAttribute CustomStringArrayAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomStringArrayAttribute

    CustomStringAttributeByName(String)

    Declaration
    public CustomStringAttribute CustomStringAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomStringAttribute

    CustomTagArrayAttributeByName(String)

    Declaration
    public CustomTagArrayAttribute CustomTagArrayAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomTagArrayAttribute

    CustomTagAttributeByName(String)

    Declaration
    public CustomTagAttribute CustomTagAttributeByName(string attributeName)
    Parameters
    Type Name Description
    System.String attributeName
    Returns
    Type Description
    CustomTagAttribute

    FreeResource()

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

    GetAllCustomAttributeNameAndTypes(out String[], out CustomAttribute.Type[])

    Declaration
    public void GetAllCustomAttributeNameAndTypes(out string[] attributeNames, out CustomAttribute.Type[] attributeType)
    Parameters
    Type Name Description
    System.String[] attributeNames
    CustomAttribute.Type[] attributeType

    HasCustomAttribute(String, CustomAttribute.Type)

    Declaration
    public bool HasCustomAttribute(string attributeName, CustomAttribute.Type type)
    Parameters
    Type Name Description
    System.String attributeName
    CustomAttribute.Type type
    Returns
    Type Description
    System.Boolean

    RemoveCustomAttribute(CustomAttribute)

    Declaration
    public void RemoveCustomAttribute(CustomAttribute attribute)
    Parameters
    Type Name Description
    CustomAttribute attribute

    Implements

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