Class PmiFilterCollection
Inheritance
System.Object
System.MarshalByRefObject
PmiFilterCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
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(PmiFilter.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(PmiFilter.ComponentMethod, Component[], PmiFilterByType.Type[])
Declaration
public PmiFilter CreateByTypesFilter(PmiFilter.ComponentMethod componentMethod, Component[] components, PmiFilterByType.Type[] types)
Parameters
| Type | Name | Description |
|---|---|---|
| PmiFilter.ComponentMethod | componentMethod | |
| Component[] | components | |
| PmiFilterByType.Type[] | types |
Returns
| Type | Description |
|---|---|
| PmiFilter |
CreateByViewsFilter(PmiFilter.ComponentMethod, Component[], String[])
Declaration
public PmiFilter CreateByViewsFilter(PmiFilter.ComponentMethod componentMethod, Component[] components, string[] views)
Parameters
| Type | Name | Description |
|---|---|---|
| PmiFilter.ComponentMethod | componentMethod | |
| Component[] | components | |
| System.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 | |
| System.Byte[] | state |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
ToArray()
Declaration
public PmiFilter[] ToArray()
Returns
| Type | Description |
|---|---|
| PmiFilter[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable