Search Results for

    Show / Hide Table of Contents

    Class ElementTypeBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ElementTypeBuilder
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class ElementTypeBuilder : TaggedObject, IMessageSink

    Constructors

    ElementTypeBuilder()

    Declaration
    protected ElementTypeBuilder()

    Properties

    DestinationCollector

    Declaration
    public DestinationCollectorBuilder DestinationCollector { get; }
    Property Value
    Type Description
    DestinationCollectorBuilder

    ElementDimension

    Declaration
    public ElementTypeBuilder.ElementType ElementDimension { get; set; }
    Property Value
    Type Description
    ElementTypeBuilder.ElementType

    ElementOrder

    Declaration
    public ElementTypeBuilder.ElementOrderType ElementOrder { get; set; }
    Property Value
    Type Description
    ElementTypeBuilder.ElementOrderType

    ElementTypeName

    Declaration
    public string ElementTypeName { get; set; }
    Property Value
    Type Description
    string

    PropertyTable

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

    RetainElementType

    Declaration
    public bool RetainElementType { get; set; }
    Property Value
    Type Description
    bool

    Methods

    GetElementTypeNames()

    Declaration
    public string[] GetElementTypeNames()
    Returns
    Type Description
    string[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX