Class InterpartExpressionsBuilder
Inheritance
System.Object
    System.MarshalByRefObject
    
    
    
    InterpartExpressionsBuilder
  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
Assembly: NXOpen.dll
Syntax
public class InterpartExpressionsBuilder : Builder, IMessageSink, IComponentBuilder
  Constructors
InterpartExpressionsBuilder()
Declaration
protected InterpartExpressionsBuilder()
  Properties
BaseString
Declaration
public string BaseString { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
NamingRule
Declaration
public InterpartExpressionsBuilder.NamingRules NamingRule { get; set; }
  Property Value
| Type | Description | 
|---|---|
| InterpartExpressionsBuilder.NamingRules | 
ReplaceString
Declaration
public string ReplaceString { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
GetExpressions(out Expression[], out String[])
Declaration
public void GetExpressions(out Expression[] sourceExpressions, out string[] destinationNames)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Expression[] | sourceExpressions | |
| System.String[] | destinationNames | 
SetExpressions(Expression[], String[])
Declaration
public void SetExpressions(Expression[] sourceExpressions, string[] destinationNames)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Expression[] | sourceExpressions | |
| System.String[] | destinationNames | 
SetExpressionsFor4gd(Component, Component, Expression[], String[])
Declaration
public void SetExpressionsFor4gd(Component targetPartOcc, Component sourcePartOcc, Expression[] sourceExpressions, string[] destinationNames)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Component | targetPartOcc | |
| Component | sourcePartOcc | |
| Expression[] | sourceExpressions | |
| System.String[] | destinationNames | 
Implements
      System.Runtime.Remoting.Messaging.IMessageSink