Class SelectExpressionList
Inheritance
System.Object
System.MarshalByRefObject
SelectExpressionList
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)
Assembly: NXOpen.dll
Syntax
public class SelectExpressionList : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SelectExpressionList()
Declaration
protected SelectExpressionList()
Properties
DuplicatesAllowed
Declaration
public bool DuplicatesAllowed { get; }
Property Value
Type |
Description |
System.Boolean |
|
Size
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
Add(Expression)
Declaration
public bool Add(Expression object)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Add(Expression, CaeObjectType.CaeSubType, Int32)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use other versions of NXOpen.SelectObjectList.Add.")]
public bool Add(Expression selection, CaeObjectType.CaeSubType caeSubType, int caeSubId)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Add(Expression, View, Point3d)
Declaration
public bool Add(Expression selection, View view, Point3d point)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Add(Expression[])
Declaration
public bool Add(Expression[] objects)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Add(InferSnapType.SnapType, Expression, View, Point3d, Expression, View, Point3d)
Declaration
public bool Add(InferSnapType.SnapType snapType, Expression selection1, View view1, Point3d point1, Expression selection2, View view2, Point3d point2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Add(SelectionMethod)
Declaration
public bool Add(SelectionMethod inputSelectionMethod)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Clear()
Declaration
Contains(Expression)
Declaration
public bool Contains(Expression object)
Parameters
Returns
Type |
Description |
System.Boolean |
|
GetArray()
Declaration
public Expression[] GetArray()
Returns
GetSelectObjectArray()
Declaration
public SelectObject[] GetSelectObjectArray()
Returns
Remove(Expression)
Declaration
public bool Remove(Expression object)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Remove(Expression, View)
Declaration
public bool Remove(Expression object, View view)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Remove(InferSnapType.SnapType, Expression, View, Point3d, Expression, View, Point3d)
Declaration
public bool Remove(InferSnapType.SnapType snapType, Expression selection1, View view1, Point3d point1, Expression selection2, View view2, Point3d point2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Remove(SelectionMethod)
Declaration
public bool Remove(SelectionMethod inputSelectionMethod)
Parameters
Returns
Type |
Description |
System.Boolean |
|
RemoveArray(Expression[])
Declaration
public bool RemoveArray(Expression[] objects)
Parameters
Returns
Type |
Description |
System.Boolean |
|
SetArray(Expression[])
Declaration
public void SetArray(Expression[] objects)
Parameters
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink