Class CopyDesignElementBuilder
Inheritance
System.Object
System.MarshalByRefObject
CopyDesignElementBuilder
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.Assemblies
Assembly: NXOpen.dll
Syntax
public class CopyDesignElementBuilder : Builder, IMessageSink, IComponentBuilder, IAttributeSourceObjectBuilder
Constructors
CopyDesignElementBuilder()
Declaration
protected CopyDesignElementBuilder()
Properties
DesignElementsToCopy
Declaration
public SelectDisplayableObjectList DesignElementsToCopy { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObjectList |
Methods
AutoAssignAttributes(NXObject[])
Declaration
public ErrorList AutoAssignAttributes(NXObject[] objects)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | objects |
Returns
Type | Description |
---|---|
ErrorList |
AutoAssignAttributesWithNamingPattern(NXObject[], NXObject[])
Declaration
public ErrorList AutoAssignAttributesWithNamingPattern(NXObject[] objects, NXObject[] properties)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | objects | |
NXObject[] | properties |
Returns
Type | Description |
---|---|
ErrorList |
CreateAttributeTitleToNamingPatternMap(String[], String[])
Declaration
public NXObject CreateAttributeTitleToNamingPatternMap(string[] attributeTitles, string[] titlePatterns)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | attributeTitles | |
System.String[] | titlePatterns |
Returns
Type | Description |
---|---|
NXObject |
CreateDesignElementLogicalObjects(out LogicalObject[])
Declaration
public void CreateDesignElementLogicalObjects(out LogicalObject[] logicalObjects)
Parameters
Type | Name | Description |
---|---|---|
LogicalObject[] | logicalObjects |
DeleteCopiedComponents()
Declaration
public void DeleteCopiedComponents()
GetLogicalObjects(out LogicalObject[])
Declaration
public void GetLogicalObjects(out LogicalObject[] logicalObjects)
Parameters
Type | Name | Description |
---|---|---|
LogicalObject[] | logicalObjects |
GetLogicalObjectsHavingUnassignedRequiredAttributes(out LogicalObject[])
Declaration
public void GetLogicalObjectsHavingUnassignedRequiredAttributes(out LogicalObject[] logicalObjects)
Parameters
Type | Name | Description |
---|---|---|
LogicalObject[] | logicalObjects |
GetOperationFailures()
Declaration
public ErrorList GetOperationFailures()
Returns
Type | Description |
---|---|
ErrorList |
PartiallyCommit()
Declaration
public void PartiallyCommit()
Implements
System.Runtime.Remoting.Messaging.IMessageSink