Search Results for

    Show / Hide Table of Contents

    Class SheetBorderSettingsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SheetBorderSettingsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class SheetBorderSettingsBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SheetBorderSettingsBuilder()

    Declaration
    protected SheetBorderSettingsBuilder()

    Properties

    ArrowAngle

    Declaration
    public double ArrowAngle { get; set; }
    Property Value
    Type Description
    System.Double

    ArrowDirection

    Declaration
    public ArrowDirectionType ArrowDirection { get; set; }
    Property Value
    Type Description
    ArrowDirectionType

    ArrowHeadTail

    Declaration
    public double ArrowHeadTail { get; set; }
    Property Value
    Type Description
    System.Double

    ArrowLength

    Declaration
    public double ArrowLength { get; set; }
    Property Value
    Type Description
    System.Double

    ArrowStyle

    Declaration
    public ArrowStyleType ArrowStyle { get; set; }
    Property Value
    Type Description
    ArrowStyleType

    BorderLineWidth

    Declaration
    public double BorderLineWidth { get; set; }
    Property Value
    Type Description
    System.Double

    CenteringMarkLength

    Declaration
    public double CenteringMarkLength { get; set; }
    Property Value
    Type Description
    System.Double

    CenteringMarksColorWidth

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

    CenteringMarksExtension

    Declaration
    public double CenteringMarksExtension { get; set; }
    Property Value
    Type Description
    System.Double

    CenteringMarksHorizontal

    Declaration
    public HorizontalCenteringMarkType CenteringMarksHorizontal { get; set; }
    Property Value
    Type Description
    HorizontalCenteringMarkType

    CenteringMarksVertical

    Declaration
    public VerticalCenteringMarkType CenteringMarksVertical { get; set; }
    Property Value
    Type Description
    VerticalCenteringMarkType

    CreateBorders

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

    CreateTrimmingMarks

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

    DisplaySheetSizeInBorder

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

    DistanceFromInnerBorder

    Declaration
    public double DistanceFromInnerBorder { get; set; }
    Property Value
    Type Description
    System.Double

    InnerLineCFW

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

    Method

    Declaration
    public Method Method { get; set; }
    Property Value
    Type Description
    Method

    OuterLineCFW

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

    TrimmingMarkColor

    Declaration
    public NXColor TrimmingMarkColor { get; set; }
    Property Value
    Type Description
    NXColor

    TrimmingMarkLength

    Declaration
    public double TrimmingMarkLength { get; set; }
    Property Value
    Type Description
    System.Double

    TrimmingMarkStyle

    Declaration
    public TrimmingMarkStyleType TrimmingMarkStyle { get; set; }
    Property Value
    Type Description
    TrimmingMarkStyleType

    TrimmingMarkWidth

    Declaration
    public double TrimmingMarkWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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