Class PmiFilterCollection
Inheritance
PmiFilterCollection
Assembly: NXOpen.dll
Syntax
public class PmiFilterCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
PmiFilterCollection()
Declaration
protected PmiFilterCollection()
PmiFilterCollection(AnnotationManager)
Declaration
protected PmiFilterCollection(AnnotationManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateByPartsFilter(ComponentMethod, Component[])
Declaration
public PmiFilter CreateByPartsFilter(PmiFilter.ComponentMethod componentMethod, Component[] components)
Parameters
Returns
CreateByTypesFilter(ComponentMethod, Component[], Type[])
Declaration
public PmiFilter CreateByTypesFilter(PmiFilter.ComponentMethod componentMethod, Component[] components, PmiFilterByType.Type[] types)
Parameters
Returns
CreateByViewsFilter(ComponentMethod, Component[], string[])
Declaration
public PmiFilter CreateByViewsFilter(PmiFilter.ComponentMethod componentMethod, Component[] components, string[] views)
Parameters
Returns
EnumerateMoveNext(ref Tag, byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type |
Name |
Description |
Tag |
currentTag |
|
byte[] |
state |
|
Returns
Overrides
ToArray()
Declaration
public PmiFilter[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink