Search Results for

    Show / Hide Table of Contents

    Class ViewProjectedArrowSettingsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewProjectedArrowSettingsBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ViewProjectedArrowSettingsBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewProjectedArrowSettingsBuilder()

    Declaration
    protected ViewProjectedArrowSettingsBuilder()

    Properties

    ArrowHeadAngle

    Declaration
    public double ArrowHeadAngle { get; set; }
    Property Value
    Type Description
    double

    ArrowHeadLength

    Declaration
    public double ArrowHeadLength { get; set; }
    Property Value
    Type Description
    double

    ArrowHeadStyle

    Declaration
    public ViewProjectedArrowSettingsBuilder.DimensionsStyleType ArrowHeadStyle { get; set; }
    Property Value
    Type Description
    ViewProjectedArrowSettingsBuilder.DimensionsStyleType

    ArrowLineDistanceToGeometry

    Declaration
    public double ArrowLineDistanceToGeometry { get; set; }
    Property Value
    Type Description
    double

    ArrowLineLength

    Declaration
    public double ArrowLineLength { get; set; }
    Property Value
    Type Description
    double

    DisplayLabel

    Declaration
    public ViewProjectedArrowSettingsBuilder.DispalyLabelType DisplayLabel { get; set; }
    Property Value
    Type Description
    ViewProjectedArrowSettingsBuilder.DispalyLabelType

    LineColorFontWidth

    Declaration
    public LineColorFontWidthBuilder LineColorFontWidth { get; }
    Property Value
    Type Description
    LineColorFontWidthBuilder

    SizeFactor

    Declaration
    public double SizeFactor { get; set; }
    Property Value
    Type Description
    double

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX