Class RoutingElectrical
Inheritance
System.Object
System.MarshalByRefObject
RoutingElectrical
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 RoutingElectrical : NXRemotableObject, IMessageSink
Constructors
RoutingElectrical(RoutingApplicationView)
Declaration
protected RoutingElectrical(RoutingApplicationView owner)
Parameters
Properties
AutomaticRouteLevel
Declaration
public bool AutomaticRouteLevel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AutoRouteStockStyle
Declaration
public StockStyle AutoRouteStockStyle { get; set; }
Property Value
BundleColor
Declaration
public int BundleColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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
Type |
Description |
System.String |
|
Declaration
public bool ExportFormatInLegacyFile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public double FormboardSynchronizationLengthTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
HighlightWire
Declaration
public bool HighlightWire { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RecordNetlistHistory
Declaration
public bool RecordNetlistHistory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReportRouteErrors
Declaration
public bool ReportRouteErrors { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool StandaloneFilterFormatFile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Tag
Declaration
Property Value
TerminalSegmentSolidDisplay
Declaration
public bool TerminalSegmentSolidDisplay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetComponentMatchColumnHeading()
Declaration
public string GetComponentMatchColumnHeading()
Returns
Type |
Description |
System.String |
|
GetComponentMatchComponentAttributeTitle()
Declaration
public string GetComponentMatchComponentAttributeTitle()
Returns
Type |
Description |
System.String |
|
GetDefaultHarnessName()
Declaration
public string GetDefaultHarnessName()
Returns
Type |
Description |
System.String |
|
GetFilterBlankingAttribute()
Declaration
public string GetFilterBlankingAttribute()
Returns
Type |
Description |
System.String |
|
Declaration
public string GetFilterFormatFileName()
Returns
Type |
Description |
System.String |
|
Declaration
public string[] GetFormboardFrameSizes()
Returns
Type |
Description |
System.String[] |
|
SetComponentMatchColumnHeading(String)
Declaration
public void SetComponentMatchColumnHeading(string columnHeading)
Parameters
Type |
Name |
Description |
System.String |
columnHeading |
|
SetComponentMatchComponentAttributeTitle(String)
Declaration
public void SetComponentMatchComponentAttributeTitle(string componentAttributeTitle)
Parameters
Type |
Name |
Description |
System.String |
componentAttributeTitle |
|
SetDefaultHarnessName(String)
Declaration
public void SetDefaultHarnessName(string defaultHarnessName)
Parameters
Type |
Name |
Description |
System.String |
defaultHarnessName |
|
SetFilterBlankingAttribute(String)
Declaration
public void SetFilterBlankingAttribute(string attributeName)
Parameters
Type |
Name |
Description |
System.String |
attributeName |
|
Declaration
public void SetFilterFormatFileName(string filterFormatFileName)
Parameters
Type |
Name |
Description |
System.String |
filterFormatFileName |
|
Declaration
public void SetFormboardFrameSizes(string[] frameSizes)
Parameters
Type |
Name |
Description |
System.String[] |
frameSizes |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink