Class BranchPathNumberingBuilder
Inheritance
System.Object
System.MarshalByRefObject
BranchPathNumberingBuilder
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.Routing
Assembly: NXOpen.dll
Syntax
public class BranchPathNumberingBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BranchPathNumberingBuilder()
Declaration
protected BranchPathNumberingBuilder()
Properties
DisplayOnSegments
Declaration
public bool DisplayOnSegments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FirstBranchID
Declaration
public string FirstBranchID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NextBranchID
Declaration
public string NextBranchID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Prefix
Declaration
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReassignOnSegments
Declaration
public bool ReassignOnSegments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SequenceMethod
Declaration
public BranchPathNumberingBuilder.Sequence SequenceMethod { get; set; }
Property Value
Type | Description |
---|---|
BranchPathNumberingBuilder.Sequence |
StartValue
Declaration
[Obsolete("Deprecated in NX8.5.2. Use Routing.BranchPathNumberingBuilder.StartValueForNumbers, Routing.BranchPathNumberingBuilder.StartValueForUpperCase, or Routing.BranchPathNumberingBuilder.StartValueForLowerCase instead.")]
public string StartValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartValueForLowerCase
Declaration
public string StartValueForLowerCase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartValueForNumbers
Declaration
public string StartValueForNumbers { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartValueForUpperCase
Declaration
public string StartValueForUpperCase { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Suffix
Declaration
public string Suffix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
SetControlPoint(ControlPoint)
Declaration
public void SetControlPoint(ControlPoint controlPoint)
Parameters
Type | Name | Description |
---|---|---|
ControlPoint | controlPoint |
SetControlPointFromSegment(ISegment)
Declaration
public void SetControlPointFromSegment(ISegment controlPoint)
Parameters
Type | Name | Description |
---|---|---|
ISegment | controlPoint |
Implements
System.Runtime.Remoting.Messaging.IMessageSink