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