Class CompareAndUpdateBuilder
Inheritance
System.Object
System.MarshalByRefObject
CompareAndUpdateBuilder
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)
Assembly: NXOpen.dll
Syntax
public class CompareAndUpdateBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CompareAndUpdateBuilder()
Declaration
protected CompareAndUpdateBuilder()
Properties
AssemblyUpdateOptions
Declaration
public CompareAndUpdateBuilder.AssemblyUpdateEnum AssemblyUpdateOptions { get; set; }
Property Value
BoardFile
Declaration
public string BoardFile { get; set; }
Property Value
Type |
Description |
System.String |
|
BoardFolder
Declaration
public string BoardFolder { get; set; }
Property Value
Type |
Description |
System.String |
|
BoardThickness
Declaration
public Expression BoardThickness { get; }
Property Value
BoardUpdateOptions
Declaration
public CompareAndUpdateBuilder.BoardUpdateEnum BoardUpdateOptions { get; set; }
Property Value
CompareOptions
Declaration
public CompareAndUpdateBuilder.CompareEnum CompareOptions { get; set; }
Property Value
ECADEntityFilter
Declaration
public EntityFilter ECADEntityFilter { get; set; }
Property Value
FilterEcadModel
Declaration
public bool FilterEcadModel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FilterNxModel
Declaration
public bool FilterNxModel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FromOdbFolder
Declaration
public bool FromOdbFolder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LibraryFile
Declaration
public string LibraryFile { get; set; }
Property Value
Type |
Description |
System.String |
|
NXEntityFilter
Declaration
public EntityFilter NXEntityFilter { get; set; }
Property Value
OnlyUseExistingComponents
Declaration
public bool OnlyUseExistingComponents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OverrideBoardThickness
Declaration
public bool OverrideBoardThickness { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowLog
Declaration
public bool ShowLog { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Compare()
Declaration
PreviewChanges()
Declaration
public void PreviewChanges()
SetUpdateOption(String, Boolean)
Declaration
public void SetUpdateOption(string resDef, bool status)
Parameters
Type |
Name |
Description |
System.String |
resDef |
|
System.Boolean |
status |
|
UnhighlightAll()
Declaration
public void UnhighlightAll()
Implements
System.Runtime.Remoting.Messaging.IMessageSink