Search Results for

    Show / Hide Table of Contents

    Class PmiFilterCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    PmiFilterCollection
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class PmiFilterCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    PmiFilterCollection()

    Declaration
    protected PmiFilterCollection()

    PmiFilterCollection(AnnotationManager)

    Declaration
    protected PmiFilterCollection(AnnotationManager owner)
    Parameters
    Type Name Description
    AnnotationManager owner

    Properties

    Tag

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

    Methods

    CreateByPartsFilter(ComponentMethod, Component[])

    Declaration
    public PmiFilter CreateByPartsFilter(PmiFilter.ComponentMethod componentMethod, Component[] components)
    Parameters
    Type Name Description
    PmiFilter.ComponentMethod componentMethod
    Component[] components
    Returns
    Type Description
    PmiFilter

    CreateByTypesFilter(ComponentMethod, Component[], Type[])

    Declaration
    public PmiFilter CreateByTypesFilter(PmiFilter.ComponentMethod componentMethod, Component[] components, PmiFilterByType.Type[] types)
    Parameters
    Type Name Description
    PmiFilter.ComponentMethod componentMethod
    Component[] components
    Type[] types
    Returns
    Type Description
    PmiFilter

    CreateByViewsFilter(ComponentMethod, Component[], string[])

    Declaration
    public PmiFilter CreateByViewsFilter(PmiFilter.ComponentMethod componentMethod, Component[] components, string[] views)
    Parameters
    Type Name Description
    PmiFilter.ComponentMethod componentMethod
    Component[] components
    string[] views
    Returns
    Type Description
    PmiFilter

    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[])

    ToArray()

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

    Implements

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