Search Results for

    Show / Hide Table of Contents

    Class PostSelectionEntityList

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PostSelectionEntityList
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostSelectionEntityList : TaggedObject, IMessageSink

    Constructors

    PostSelectionEntityList()

    Declaration
    protected PostSelectionEntityList()

    Methods

    AddEntity(PostSelectionEntity)

    Declaration
    public void AddEntity(PostSelectionEntity selEntity)
    Parameters
    Type Name Description
    PostSelectionEntity selEntity

    AddMethod(PostISmartSelectorMethod)

    Declaration
    public void AddMethod(PostISmartSelectorMethod pSmartMethod)
    Parameters
    Type Name Description
    PostISmartSelectorMethod pSmartMethod

    AskMatchingEntitiesByElementIds(Int32[], out Int32[])

    Declaration
    public void AskMatchingEntitiesByElementIds(int[] elementIds, out int[] indices)
    Parameters
    Type Name Description
    System.Int32[] elementIds
    System.Int32[] indices

    AskMatchingEntitiesByNodeIds(Int32[], out Int32[])

    Declaration
    public void AskMatchingEntitiesByNodeIds(int[] nodeIds, out int[] indices)
    Parameters
    Type Name Description
    System.Int32[] nodeIds
    System.Int32[] indices

    Clear()

    Declaration
    public void Clear()

    GetEntity(Int32)

    Declaration
    public PostSelectionEntity GetEntity(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    PostSelectionEntity

    GetEntityCount()

    Declaration
    public int GetEntityCount()
    Returns
    Type Description
    System.Int32

    RemoveEntities(Int32[])

    Declaration
    public void RemoveEntities(int[] indices)
    Parameters
    Type Name Description
    System.Int32[] indices

    RemoveMethod(PostISmartSelectorMethod)

    Declaration
    public void RemoveMethod(PostISmartSelectorMethod pSmartMethod)
    Parameters
    Type Name Description
    PostISmartSelectorMethod pSmartMethod

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX