Class ECADExportBuilder
Inheritance
System.Object
System.MarshalByRefObject
ECADExportBuilder
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.Mechatronics
Assembly: NXOpen.dll
Syntax
public class ECADExportBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ECADExportBuilder()
Declaration
protected ECADExportBuilder()
Properties
ExportFile
Declaration
public string ExportFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExportFileFormat
Declaration
[Obsolete("Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.")]
public ECADExportBuilder.ExportFileType ExportFileFormat { get; set; }
Property Value
Type | Description |
---|---|
ECADExportBuilder.ExportFileType |
SelectLogicals
Declaration
public SelectLogicObjectList SelectLogicals { get; }
Property Value
Type | Description |
---|---|
SelectLogicObjectList |
Methods
GetExportAttributesName()
Declaration
[Obsolete("Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.")]
public string[] GetExportAttributesName()
Returns
Type | Description |
---|---|
System.String[] |
SetExportAttributesName(String[])
Declaration
[Obsolete("Deprecated in NX9.0.0. This method has no replacement. It is no longer supported.")]
public void SetExportAttributesName(string[] exportAttributesName)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | exportAttributesName |
Implements
System.Runtime.Remoting.Messaging.IMessageSink