Search Results for

    Show / Hide Table of Contents

    Class PhysicalPropertyTableCollection

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

    Constructors

    PhysicalPropertyTableCollection()

    Declaration
    protected PhysicalPropertyTableCollection()

    PhysicalPropertyTableCollection(CaePart)

    Declaration
    protected PhysicalPropertyTableCollection(CaePart owner)
    Parameters
    Type Name Description
    CaePart owner

    Properties

    Tag

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

    Methods

    CopyLaminatePropertyTableAs2d3d(Laminate)

    Declaration
    public Laminate CopyLaminatePropertyTableAs2d3d(Laminate sourceLaminate)
    Parameters
    Type Name Description
    Laminate sourceLaminate
    Returns
    Type Description
    Laminate

    CopyPhysicalPropertyTable(PhysicalPropertyTable)

    Declaration
    public PhysicalPropertyTable CopyPhysicalPropertyTable(PhysicalPropertyTable sourcePhysicalPropertyTable)
    Parameters
    Type Name Description
    PhysicalPropertyTable sourcePhysicalPropertyTable
    Returns
    Type Description
    PhysicalPropertyTable

    CreatePhysicalPropertyTable(String, String, String, String, Int32)

    Declaration
    public PhysicalPropertyTable CreatePhysicalPropertyTable(string descriptorType, string languageName, string solverName, string name, int label)
    Parameters
    Type Name Description
    System.String descriptorType
    System.String languageName
    System.String solverName
    System.String name
    System.Int32 label
    Returns
    Type Description
    PhysicalPropertyTable

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

    ToArray()

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

    Implements

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