Class WiringPreferences
Inheritance
System.Object
System.MarshalByRefObject
WiringPreferences
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class WiringPreferences : NXRemotableObject, IMessageSink
Constructors
WiringPreferences(SessionPreferences)
Declaration
protected WiringPreferences(SessionPreferences owner)
Parameters
Properties
BundleColor
Declaration
public NXColor BundleColor { get; set; }
Property Value
CompAttributeTitle
Declaration
public string CompAttributeTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
CompListColHeading
Declaration
public WiringPreferences.CompListColumnHeading CompListColHeading { get; set; }
Property Value
ComponentListColumnTitle
Declaration
public string ComponentListColumnTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
ComponentMatchMethod
Declaration
public WiringPreferences.CompMatchMethod ComponentMatchMethod { get; set; }
Property Value
DefaultHarnessName
Declaration
public string DefaultHarnessName { get; set; }
Property Value
Type |
Description |
System.String |
|
DeleteStockOnRoute
Declaration
public bool DeleteStockOnRoute { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RouteLevelEnum
Declaration
public WiringPreferences.RouteLevelGroupEnumOptions RouteLevelEnum { get; set; }
Property Value
StockStyleEnum
Declaration
public WiringPreferences.StockStyleGroupEnumOptions StockStyleEnum { get; set; }
Property Value
Tag
Declaration
Property Value
WirePath
Declaration
public bool WirePath { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WireStock
Declaration
public bool WireStock { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetCompMatchMethodPriorityList()
Declaration
public WiringPreferences.CompMatchMethod[] GetCompMatchMethodPriorityList()
Returns
SetCompMatchMethodPriorityList(WiringPreferences.CompMatchMethod[])
Declaration
public void SetCompMatchMethodPriorityList(WiringPreferences.CompMatchMethod[] priorityList)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink