Search Results for

    Show / Hide Table of Contents

    Class PathLengthAnnotationBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PathLengthAnnotationBuilder
    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.Formboard
    Assembly: NXOpen.dll
    Syntax
    public class PathLengthAnnotationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PathLengthAnnotationBuilder()

    Declaration
    protected PathLengthAnnotationBuilder()

    Properties

    ExpressionName

    Declaration
    public string ExpressionName { get; }
    Property Value
    Type Description
    System.String

    FirstEndPoint

    Declaration
    public Point FirstEndPoint { get; set; }
    Property Value
    Type Description
    Point

    Leader

    Declaration
    public LeaderBuilder Leader { get; }
    Property Value
    Type Description
    LeaderBuilder

    Origin

    Declaration
    public OriginBuilder Origin { get; }
    Property Value
    Type Description
    OriginBuilder

    RouteObjectCollector

    Declaration
    public RouteObjectCollector RouteObjectCollector { get; }
    Property Value
    Type Description
    RouteObjectCollector

    SecondEndPoint

    Declaration
    public Point SecondEndPoint { get; set; }
    Property Value
    Type Description
    Point

    ShowLeadersToggle

    Declaration
    public bool ShowLeadersToggle { get; set; }
    Property Value
    Type Description
    System.Boolean

    Style

    Declaration
    public StyleBuilder Style { get; }
    Property Value
    Type Description
    StyleBuilder

    Text

    Declaration
    public TextWithEditControlsBuilder Text { get; }
    Property Value
    Type Description
    TextWithEditControlsBuilder

    Type

    Declaration
    public PathLengthAnnotationBuilder.Types Type { get; set; }
    Property Value
    Type Description
    PathLengthAnnotationBuilder.Types

    Methods

    CreatePointsAtRcps(ControlPoint, ControlPoint)

    Declaration
    public void CreatePointsAtRcps(ControlPoint firstEndRcp, ControlPoint secondEndRcp)
    Parameters
    Type Name Description
    ControlPoint firstEndRcp
    ControlPoint secondEndRcp

    SetPathLengthAnnotationEndPoints(Point, Point)

    Declaration
    public void SetPathLengthAnnotationEndPoints(Point firstEndPoint, Point secondEndPoint)
    Parameters
    Type Name Description
    Point firstEndPoint
    Point secondEndPoint

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX