Class PathLengthAnnotationBuilder
Inheritance
System.Object
System.MarshalByRefObject
PathLengthAnnotationBuilder
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.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