Search Results for

    Show / Hide Table of Contents

    Class BranchPathNumberingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BranchPathNumberingBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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

    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX