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