Class PreferencesConnectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
PreferencesConnectionBuilder
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.Schematic
Assembly: NXOpen.dll
Syntax
public class PreferencesConnectionBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
PreferencesConnectionBuilder()
Declaration
protected PreferencesConnectionBuilder()
Properties
AllowNonOrthogonalConnections
Declaration
public bool AllowNonOrthogonalConnections { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ArrowSize
Declaration
public double ArrowSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ArrowStyle
Declaration
public DiagrammingFlowdirectionarrowstyle ArrowStyle { get; set; }
Property Value
Type | Description |
---|---|
DiagrammingFlowdirectionarrowstyle |
JumperGap
Declaration
public double JumperGap { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
JumperPriority
Declaration
public DiagrammingJumperprioritytype JumperPriority { get; set; }
Property Value
Type | Description |
---|---|
DiagrammingJumperprioritytype |
JumperPriorityUseLineType
Declaration
public bool JumperPriorityUseLineType { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
JumperType
Declaration
public DiagrammingJumpertype JumperType { get; set; }
Property Value
Type | Description |
---|---|
DiagrammingJumpertype |
MinimumSegmentLength
Declaration
public double MinimumSegmentLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SnapAngle
Declaration
public double SnapAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TeeSize
Declaration
public double TeeSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink