Search Results for

    Show / Hide Table of Contents

    Class ObjectProperty

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

    Constructors

    ObjectProperty(nint)

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

    Properties

    AcquisitionMethod

    Declaration
    public ObjectProperty.AcquisitionMethods AcquisitionMethod { get; set; }
    Property Value
    Type Description
    ObjectProperty.AcquisitionMethods

    Name

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

    NumChildren

    Declaration
    public int NumChildren { get; }
    Property Value
    Type Description
    int

    Parent

    Declaration
    public ObjectProperty Parent { get; }
    Property Value
    Type Description
    ObjectProperty

    QualifiedName

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

    Type

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

    Methods

    FreeResource()

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

    GetChildren()

    Declaration
    public ObjectProperty[] GetChildren()
    Returns
    Type Description
    ObjectProperty[]

    Insert(ObjectProperty)

    Declaration
    public void Insert(ObjectProperty node)
    Parameters
    Type Name Description
    ObjectProperty node

    Implements

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