Search Results for

    Show / Hide Table of Contents

    Class ProductGridStyleBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ProductGridStyleBuilder
    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.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
    System.Double

    GridSpacing

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

    LabelDivisor

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

    LabelGap

    Declaration
    public double LabelGap { get; set; }
    Property Value
    Type Description
    System.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
    System.String

    ReferenceYAxisLabel

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

    ReferenceZAxisLabel

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

    ShowHorizontalGridLines

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

    ShowVerticalGridLines

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

    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