Search Results for

    Show / Hide Table of Contents

    Class AutoFlexPropertyCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    AutoFlexPropertyCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    public class AutoFlexPropertyCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    AutoFlexPropertyCollection()

    Declaration
    protected AutoFlexPropertyCollection()

    AutoFlexPropertyCollection(MotionManager)

    Declaration
    protected AutoFlexPropertyCollection(MotionManager owner)
    Parameters
    Type Name Description
    MotionManager owner

    Properties

    Tag

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

    Methods

    CreateAutoFlexPropertyBuilder(AutoFlexProperty)

    Declaration
    public AutoFlexPropertyBuilder CreateAutoFlexPropertyBuilder(AutoFlexProperty autoflexdef)
    Parameters
    Type Name Description
    AutoFlexProperty autoflexdef
    Returns
    Type Description
    AutoFlexPropertyBuilder

    EnumerateMoveNext(ref Tag, byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    FindObject(string)

    Declaration
    public AutoFlexProperty FindObject(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    AutoFlexProperty

    ToArray()

    Declaration
    public AutoFlexProperty[] ToArray()
    Returns
    Type Description
    AutoFlexProperty[]

    Implements

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