Class ElementTypeBuilder
Inheritance
System.Object
System.MarshalByRefObject
ElementTypeBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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 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 |
---|---|
System.String |
PropertyTable
Declaration
public PropertyTable PropertyTable { get; }
Property Value
Type | Description |
---|---|
PropertyTable |
RetainElementType
Declaration
public bool RetainElementType { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetElementTypeNames()
Declaration
public string[] GetElementTypeNames()
Returns
Type | Description |
---|---|
System.String[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink