Search Results for

    Show / Hide Table of Contents

    Class BaseGridLayoutStyleSetting

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseDisplayStyleSetting
    BaseGridLayoutStyleSetting
    GridLayoutStyle2DSetting
    GridLayoutStyle3DSetting
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    Inherited Members
    BaseDisplayStyleSetting.Find(String)
    BaseDisplayStyleSetting.CommitChange()
    BaseDisplayStyleSetting.JournalIdentifier
    BaseDisplayStyleSetting.Owner
    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.CAE.Xyplot
    Assembly: NXOpen.dll
    Syntax
    public class BaseGridLayoutStyleSetting : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle

    Constructors

    BaseGridLayoutStyleSetting()

    Declaration
    protected BaseGridLayoutStyleSetting()

    Properties

    BackgroundColor

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

    ColorOfBackgroundPlane

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

    ContouringLevel

    Declaration
    public int ContouringLevel { get; set; }
    Property Value
    Type Description
    System.Int32

    ContouringRange

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

    DenseGridDisplayStyleSettings

    Declaration
    public CurveDisplaySettings DenseGridDisplayStyleSettings { get; }
    Property Value
    Type Description
    CurveDisplaySettings

    DisplayContouring

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

    MajorGridDisplayStyleSettings

    Declaration
    public CurveDisplaySettings MajorGridDisplayStyleSettings { get; }
    Property Value
    Type Description
    CurveDisplaySettings

    ShowBackground

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

    ShowBackgroundPlane

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

    TicksDisplayStyleSettings

    Declaration
    public CurveDisplaySettings TicksDisplayStyleSettings { get; }
    Property Value
    Type Description
    CurveDisplaySettings

    XyGridStyle

    Declaration
    public GridStyle XyGridStyle { get; set; }
    Property Value
    Type Description
    GridStyle

    Implements

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