Search Results for

    Show / Hide Table of Contents

    Class BaseProductGridBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseProductGridBuilder
    PmiProductGridBuilder
    ProductGridBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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 BaseProductGridBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    BaseProductGridBuilder()

    Declaration
    protected BaseProductGridBuilder()

    Properties

    CoordinateSystem

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

    GridSpacing

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

    HorizontalMaximumValue

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

    HorizontalMinimumValue

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

    ShowHorizontalLines

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

    ShowVerticalLines

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

    Style

    Declaration
    public StyleBuilder Style { get; }
    Property Value
    Type Description
    StyleBuilder

    VerticalMaximumValue

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

    VerticalMinimumValue

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

    Implements

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