Class PmiFilter
Inheritance
System.Object
System.MarshalByRefObject
PmiFilter
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class PmiFilter : NXObject, IMessageSink, INXObject
Constructors
PmiFilter()
Declaration
protected PmiFilter()
Methods
ApplyToView(View)
Declaration
public void ApplyToView(View view)
Parameters
Type | Name | Description |
---|---|---|
View | view |
Copy()
Declaration
public PmiFilter Copy()
Returns
Type | Description |
---|---|
PmiFilter |
EnableInView(View, Boolean)
Declaration
public void EnableInView(View view, bool enabled)
Parameters
Type | Name | Description |
---|---|---|
View | view | |
System.Boolean | enabled |
GetAppliedViews()
Declaration
public View[] GetAppliedViews()
Returns
Type | Description |
---|---|
View[] |
GetComponentMethod()
Declaration
public PmiFilter.ComponentMethod GetComponentMethod()
Returns
Type | Description |
---|---|
PmiFilter.ComponentMethod |
GetComponents()
Declaration
public Component[] GetComponents()
Returns
Type | Description |
---|---|
Component[] |
GetFilterType()
Declaration
public PmiFilter.FilterType GetFilterType()
Returns
Type | Description |
---|---|
PmiFilter.FilterType |
IsEnabled(View)
Declaration
public bool IsEnabled(View view)
Parameters
Type | Name | Description |
---|---|---|
View | view |
Returns
Type | Description |
---|---|
System.Boolean |
RemoveFromView(View)
Declaration
public void RemoveFromView(View view)
Parameters
Type | Name | Description |
---|---|---|
View | view |
SetComponentMethod(PmiFilter.ComponentMethod)
Declaration
public void SetComponentMethod(PmiFilter.ComponentMethod componentMethod)
Parameters
Type | Name | Description |
---|---|---|
PmiFilter.ComponentMethod | componentMethod |
SetComponents(Component[])
Declaration
public void SetComponents(Component[] components)
Parameters
Type | Name | Description |
---|---|---|
Component[] | components |
UpdatePmiDisplay()
Declaration
public void UpdatePmiDisplay()
Implements
System.Runtime.Remoting.Messaging.IMessageSink