Search Results for

    Show / Hide Table of Contents

    Class DurSpecialistSolverProfileCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    DurSpecialistSolverProfileCollection
    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 DurSpecialistSolverProfileCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    DurSpecialistSolverProfileCollection()

    Declaration
    protected DurSpecialistSolverProfileCollection()

    DurSpecialistSolverProfileCollection(DurSpecialistManager)

    Declaration
    protected DurSpecialistSolverProfileCollection(DurSpecialistManager owner)
    Parameters
    Type Name Description
    DurSpecialistManager owner

    Properties

    Tag

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

    Methods

    CreateSolverProfileBuilder(Int32)

    Declaration
    public DurSpecialistSolverProfileBuilder CreateSolverProfileBuilder(int paramType)
    Parameters
    Type Name Description
    System.Int32 paramType
    Returns
    Type Description
    DurSpecialistSolverProfileBuilder

    CreateSolverProfileEditBuilder(DurSpecialistSolverProfile)

    Declaration
    public DurSpecialistSolverProfileBuilder CreateSolverProfileEditBuilder(DurSpecialistSolverProfile solverProfile)
    Parameters
    Type Name Description
    DurSpecialistSolverProfile solverProfile
    Returns
    Type Description
    DurSpecialistSolverProfileBuilder

    CreateSolverProfileInspectBuilder(DurSpecialistSolverProfile)

    Declaration
    public DurSpecialistSolverProfileBuilder CreateSolverProfileInspectBuilder(DurSpecialistSolverProfile solverProfile)
    Parameters
    Type Name Description
    DurSpecialistSolverProfile solverProfile
    Returns
    Type Description
    DurSpecialistSolverProfileBuilder

    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 DurSpecialistSolverProfile FindObject(string neutralName)
    Parameters
    Type Name Description
    System.String neutralName
    Returns
    Type Description
    DurSpecialistSolverProfile

    FindOrCreateObject(ParamLibParameter)

    Declaration
    public DurSpecialistSolverProfile FindOrCreateObject(ParamLibParameter parameterTag)
    Parameters
    Type Name Description
    ParamLibParameter parameterTag
    Returns
    Type Description
    DurSpecialistSolverProfile

    GetUsage(DurSpecialistSolverProfile, out NXObject[])

    Declaration
    public void GetUsage(DurSpecialistSolverProfile solverProfile, out NXObject[] objectTags)
    Parameters
    Type Name Description
    DurSpecialistSolverProfile solverProfile
    NXObject[] objectTags

    Information(DurSpecialistSolverProfile)

    Declaration
    public void Information(DurSpecialistSolverProfile solverProfile)
    Parameters
    Type Name Description
    DurSpecialistSolverProfile solverProfile

    ToArray()

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

    Implements

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