Class ReplaceComponentBuilder
Inheritance
System.Object
System.MarshalByRefObject
ReplaceComponentBuilder
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.Assemblies
Assembly: NXOpen.dll
Syntax
public class ReplaceComponentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ReplaceComponentBuilder()
Declaration
protected ReplaceComponentBuilder()
Properties
AllowTemporaryPartsToReplace
Declaration
public bool AllowTemporaryPartsToReplace { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ComponentLayer
Declaration
public int ComponentLayer { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ComponentLayerOptionType
Declaration
public ReplaceComponentBuilder.ComponentLayerOption ComponentLayerOptionType { get; set; }
Property Value
Type | Description |
---|---|
ReplaceComponentBuilder.ComponentLayerOption |
ComponentName
Declaration
public string ComponentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ComponentNameType
Declaration
public ReplaceComponentBuilder.ComponentNameOption ComponentNameType { get; set; }
Property Value
Type | Description |
---|---|
ReplaceComponentBuilder.ComponentNameOption |
ComponentsToReplace
Declaration
public SelectDisplayableObjectList ComponentsToReplace { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
MaintainRelationships
Declaration
public bool MaintainRelationships { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReplaceAllOccurrences
Declaration
public bool ReplaceAllOccurrences { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ReplacementPart
Declaration
public string ReplacementPart { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetComponentReferenceSetType(out String)
Declaration
public ReplaceComponentBuilder.ComponentReferenceSet GetComponentReferenceSetType(out string referenceSetName)
Parameters
Type | Name | Description |
---|---|---|
System.String | referenceSetName |
Returns
Type | Description |
---|---|
ReplaceComponentBuilder.ComponentReferenceSet |
GetErrorList()
Declaration
public ErrorList GetErrorList()
Returns
Type | Description |
---|---|
ErrorList |
RegisterReplacePartLoadStatus()
Declaration
public PartLoadStatus RegisterReplacePartLoadStatus()
Returns
Type | Description |
---|---|
PartLoadStatus |
SetComponentReferenceSetType(ReplaceComponentBuilder.ComponentReferenceSet, String)
Declaration
public void SetComponentReferenceSetType(ReplaceComponentBuilder.ComponentReferenceSet componentReferenceSet, string referenceSetName)
Parameters
Type | Name | Description |
---|---|---|
ReplaceComponentBuilder.ComponentReferenceSet | componentReferenceSet | |
System.String | referenceSetName |
Implements
System.Runtime.Remoting.Messaging.IMessageSink