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