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