Search Results for

    Show / Hide Table of Contents

    Class ProductGridStyleBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ProductGridStyleBuilder
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class ProductGridStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ProductGridStyleBuilder()

    Declaration
    protected ProductGridStyleBuilder()

    Properties

    GridOverhang

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

    GridSpacing

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

    LabelDivisor

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

    LabelGap

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

    LineColor

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

    LineFont

    Declaration
    public DisplayableObject.ObjectFont LineFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    LineWidth

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

    LocationRelativeGridHorizontal

    Declaration
    public ProductGridStyleBuilder.HorizontalLabelDisplay LocationRelativeGridHorizontal { get; set; }
    Property Value
    Type Description
    ProductGridStyleBuilder.HorizontalLabelDisplay

    LocationRelativeGridValue

    Declaration
    public ProductGridStyleBuilder.GridLabelLocation LocationRelativeGridValue { get; set; }
    Property Value
    Type Description
    ProductGridStyleBuilder.GridLabelLocation

    LocationRelativeGridVertical

    Declaration
    public ProductGridStyleBuilder.VerticalLabelDisplay LocationRelativeGridVertical { get; set; }
    Property Value
    Type Description
    ProductGridStyleBuilder.VerticalLabelDisplay

    ReferenceXAxisLabel

    Declaration
    public string ReferenceXAxisLabel { get; set; }
    Property Value
    Type Description
    string

    ReferenceYAxisLabel

    Declaration
    public string ReferenceYAxisLabel { get; set; }
    Property Value
    Type Description
    string

    ReferenceZAxisLabel

    Declaration
    public string ReferenceZAxisLabel { get; set; }
    Property Value
    Type Description
    string

    ShowHorizontalGridLines

    Declaration
    public bool ShowHorizontalGridLines { get; set; }
    Property Value
    Type Description
    bool

    ShowVerticalGridLines

    Declaration
    public bool ShowVerticalGridLines { get; set; }
    Property Value
    Type Description
    bool

    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