Search Results for

    Show / Hide Table of Contents

    Class PostScenarioPlotHandleCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    PostScenarioPlotHandleCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostScenarioPlotHandleCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    PostScenarioPlotHandleCollection()

    Declaration
    protected PostScenarioPlotHandleCollection()

    PostScenarioPlotHandleCollection(PostScenario)

    Declaration
    protected PostScenarioPlotHandleCollection(PostScenario owner)
    Parameters
    Type Name Description
    PostScenario owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    EnumerateMoveNext(ref Tag, Byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    System.Byte[] state
    Returns
    Type Description
    System.Int32
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, Byte[])

    FindObject(String)

    Declaration
    public PostScenarioPlotHandle FindObject(string plotName)
    Parameters
    Type Name Description
    System.String plotName
    Returns
    Type Description
    PostScenarioPlotHandle

    FindObjectByDescriptiveName(String)

    Declaration
    public PostScenarioPlotHandle FindObjectByDescriptiveName(string visualizationDefinitionName)
    Parameters
    Type Name Description
    System.String visualizationDefinitionName
    Returns
    Type Description
    PostScenarioPlotHandle

    FindObjectByViewport(Int32)

    Declaration
    public PostScenarioPlotHandle FindObjectByViewport(int viewportIndex)
    Parameters
    Type Name Description
    System.Int32 viewportIndex
    Returns
    Type Description
    PostScenarioPlotHandle

    ToArray()

    Declaration
    public PostScenarioPlotHandle[] ToArray()
    Returns
    Type Description
    PostScenarioPlotHandle[]

    Implements

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