Class ComponentAttributesBuilder
Inheritance
System.Object
System.MarshalByRefObject
ComponentAttributesBuilder
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.PcbExchange
Assembly: NXOpen.dll
Syntax
public class ComponentAttributesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ComponentAttributesBuilder()
Declaration
protected ComponentAttributesBuilder()
Properties
Components
Declaration
public SelectNXObjectList Components { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
PackageClearanceTypesModification
Declaration
public bool PackageClearanceTypesModification { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PackageName
Declaration
public string PackageName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PackageNameModification
Declaration
public bool PackageNameModification { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PartNumber
Declaration
public string PartNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PartNumberModification
Declaration
public bool PartNumberModification { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PlacementOwner
Declaration
public ComponentAttributesBuilder.PlacementOwnerEnum PlacementOwner { get; set; }
Property Value
Type | Description |
---|---|
ComponentAttributesBuilder.PlacementOwnerEnum |
ReferenceDesignator
Declaration
public string ReferenceDesignator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReferenceDesignatorModification
Declaration
public bool ReferenceDesignatorModification { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetPackageClearanceTypes()
Declaration
public string[] GetPackageClearanceTypes()
Returns
Type | Description |
---|---|
System.String[] |
SetPackageClearanceTypes(String[])
Declaration
public void SetPackageClearanceTypes(string[] data)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | data |
Implements
System.Runtime.Remoting.Messaging.IMessageSink