Search Results for

    Show / Hide Table of Contents

    Class InstanceDefinition

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    InstanceDefinition
    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.PartFamily
    Assembly: NXOpen.dll
    Syntax
    public class InstanceDefinition : TransientObject, IMessageSink, IDisposable

    Constructors

    InstanceDefinition(nint)

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

    Methods

    FreeResource()

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

    GetValueOfAttribute(FamilyAttribute)

    Declaration
    public string GetValueOfAttribute(FamilyAttribute partFamAttr)
    Parameters
    Type Name Description
    FamilyAttribute partFamAttr
    Returns
    Type Description
    string

    SetValueOfAttribute(FamilyAttribute, string)

    Declaration
    public void SetValueOfAttribute(FamilyAttribute partFamAttr, string value)
    Parameters
    Type Name Description
    FamilyAttribute partFamAttr
    string value

    Implements

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