Search Results for

    Show / Hide Table of Contents

    Class UserDefinedFeatureUpdateEvent

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UserDefinedFeatureUpdateEvent
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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 UserDefinedFeatureUpdateEvent : TaggedObject, IMessageSink

    Constructors

    UserDefinedFeatureUpdateEvent()

    Declaration
    protected UserDefinedFeatureUpdateEvent()

    Properties

    ApplicationData

    Declaration
    public UserDefinedFeatureApplicationData ApplicationData { get; }
    Property Value
    Type Description
    UserDefinedFeatureApplicationData

    ClassName

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

    ComponentFeature

    Declaration
    public Feature ComponentFeature { get; }
    Property Value
    Type Description
    Feature

    Instantiation

    Declaration
    public Feature Instantiation { get; }
    Property Value
    Type Description
    Feature

    Methods

    GetComponentFeatures()

    Declaration
    public Feature[] GetComponentFeatures()
    Returns
    Type Description
    Feature[]

    GetExpressionData()

    Declaration
    public UserDefinedFeatureExpressionData[] GetExpressionData()
    Returns
    Type Description
    UserDefinedFeatureExpressionData[]

    GetReferenceData()

    Declaration
    public UserDefinedFeatureReferenceData[] GetReferenceData()
    Returns
    Type Description
    UserDefinedFeatureReferenceData[]

    Implements

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