Class RoutingElectrical
Inheritance
RoutingElectrical
Assembly: NXOpen.dll
Syntax
public class RoutingElectrical : NXRemotableObject, IMessageSink
Constructors
RoutingElectrical(RoutingApplicationView)
Declaration
protected RoutingElectrical(RoutingApplicationView owner)
Parameters
Properties
AutoRouteStockStyle
Declaration
public StockStyle AutoRouteStockStyle { get; set; }
Property Value
AutomaticRouteLevel
Declaration
public bool AutomaticRouteLevel { get; set; }
Property Value
BundleColor
Declaration
public int BundleColor { get; set; }
Property Value
ComponentMatchMethod
Declaration
public RoutingElectrical.ComponentMatchType ComponentMatchMethod { get; set; }
Property Value
CreateTerminalsOption
Declaration
public RoutingElectrical.CreateTerminalsType CreateTerminalsOption { get; set; }
Property Value
DefaultJumperLength
Declaration
public string DefaultJumperLength { get; set; }
Property Value
Declaration
public bool ExportFormatInLegacyFile { get; set; }
Property Value
Declaration
public double FormboardSynchronizationLengthTolerance { get; set; }
Property Value
HighlightWire
Declaration
public bool HighlightWire { get; set; }
Property Value
RecordNetlistHistory
Declaration
public bool RecordNetlistHistory { get; set; }
Property Value
ReportRouteErrors
Declaration
public bool ReportRouteErrors { get; set; }
Property Value
Tag
Declaration
Property Value
TerminalSegmentSolidDisplay
Declaration
public bool TerminalSegmentSolidDisplay { get; set; }
Property Value
Methods
GetComponentMatchColumnHeading()
Declaration
public string GetComponentMatchColumnHeading()
Returns
GetComponentMatchComponentAttributeTitle()
Declaration
public string GetComponentMatchComponentAttributeTitle()
Returns
GetDefaultHarnessName()
Declaration
public string GetDefaultHarnessName()
Returns
GetFilterBlankingAttribute()
Declaration
public string GetFilterBlankingAttribute()
Returns
Declaration
public string[] GetFormboardFrameSizes()
Returns
SetComponentMatchColumnHeading(string)
Declaration
public void SetComponentMatchColumnHeading(string columnHeading)
Parameters
Type |
Name |
Description |
string |
columnHeading |
|
SetComponentMatchComponentAttributeTitle(string)
Declaration
public void SetComponentMatchComponentAttributeTitle(string componentAttributeTitle)
Parameters
Type |
Name |
Description |
string |
componentAttributeTitle |
|
SetDefaultHarnessName(string)
Declaration
public void SetDefaultHarnessName(string defaultHarnessName)
Parameters
Type |
Name |
Description |
string |
defaultHarnessName |
|
SetFilterBlankingAttribute(string)
Declaration
public void SetFilterBlankingAttribute(string attributeName)
Parameters
Type |
Name |
Description |
string |
attributeName |
|
Declaration
public void SetFormboardFrameSizes(string[] frameSizes)
Parameters
Type |
Name |
Description |
string[] |
frameSizes |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink