Class FilterBuilder
Inheritance
System.Object
System.MarshalByRefObject
FilterBuilder
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.Features.ShipDesign
Assembly: NXOpen.dll
Syntax
public class FilterBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
FilterBuilder()
Declaration
protected FilterBuilder()
Properties
CompareObject
Declaration
public TaggedObject CompareObject { get; set; }
Property Value
Type | Description |
---|---|
TaggedObject |
Methods
FreeAvailableProperties(out String[])
Declaration
public void FreeAvailableProperties(out string[] properties)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | properties |
GetAvailableProperties(out String[])
Declaration
public void GetAvailableProperties(out string[] properties)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | properties |
GetPropertyStatus(String)
Declaration
public bool GetPropertyStatus(string property)
Parameters
Type | Name | Description |
---|---|---|
System.String | property |
Returns
Type | Description |
---|---|
System.Boolean |
IsObjectValid(NXObject)
Declaration
public bool IsObjectValid(NXObject object)
Parameters
Type | Name | Description |
---|---|---|
NXObject | object |
Returns
Type | Description |
---|---|
System.Boolean |
SetPropertyStatus(String, Boolean)
Declaration
public void SetPropertyStatus(string property, bool onOrOff)
Parameters
Type | Name | Description |
---|---|---|
System.String | property | |
System.Boolean | onOrOff |
Implements
System.Runtime.Remoting.Messaging.IMessageSink