Search Results for

    Show / Hide Table of Contents

    Class UserDefinedFeatureCopyEvent

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UserDefinedFeatureCopyEvent
    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 UserDefinedFeatureCopyEvent : TaggedObject, IMessageSink

    Constructors

    UserDefinedFeatureCopyEvent()

    Declaration
    protected UserDefinedFeatureCopyEvent()

    Properties

    ApplicationData

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

    ClassName

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

    CopiedFeature

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

    OriginalFeature

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

    OriginalInstantiation

    Declaration
    public Feature OriginalInstantiation { 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