Class InstanceSelectionCriteria
Inheritance
System.Object
System.MarshalByRefObject
InstanceSelectionCriteria
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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.PartFamily
Assembly: NXOpen.dll
Syntax
public class InstanceSelectionCriteria : TaggedObject, IMessageSink
Constructors
InstanceSelectionCriteria()
Declaration
protected InstanceSelectionCriteria()
Properties
Family
Declaration
public Template Family { get; }
Property Value
Type | Description |
---|---|
Template |
Instance
Declaration
public Instance Instance { get; }
Property Value
Type | Description |
---|---|
Instance |
Methods
GetCriteriaStrings(out String[])
Declaration
public void GetCriteriaStrings(out string[] criteriaStringArray)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | criteriaStringArray |
IsValidPartFamilyInstanceSelectionCriteria()
Declaration
public bool IsValidPartFamilyInstanceSelectionCriteria()
Returns
Type | Description |
---|---|
System.Boolean |
SetPartFamilyInstanceSelectionCriteria(FamilyAttribute[], String[])
Declaration
public void SetPartFamilyInstanceSelectionCriteria(FamilyAttribute[] attributes, string[] criteriaStringArray)
Parameters
Type | Name | Description |
---|---|---|
FamilyAttribute[] | attributes | |
System.String[] | criteriaStringArray |
SetPartFamilyInstanceSelectionCriteria(String)
Declaration
public void SetPartFamilyInstanceSelectionCriteria(string memberName)
Parameters
Type | Name | Description |
---|---|---|
System.String | memberName |
Implements
System.Runtime.Remoting.Messaging.IMessageSink