Search Results for

    Show / Hide Table of Contents

    Class BasePlateStyleSetting

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseDisplayStyleSetting
    BaseSymbolStyleSetting
    BasePlateStyleSetting
    PlateStyle2DSetting
    PlateStyle3DSetting
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    Inherited Members
    BaseSymbolStyleSetting.PointMarker
    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
    [Obsolete("Deprecated in NX12.0.0.  There is no replacement for this class.")]
    public class BasePlateStyleSetting : BaseSymbolStyleSetting, IMessageSink, IDisplayStyle

    Constructors

    BasePlateStyleSetting()

    Declaration
    protected BasePlateStyleSetting()

    Properties

    FillingColor

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  There is no replacement for this class..")]
    public NXColor FillingColor { get; set; }
    Property Value
    Type Description
    NXColor

    OutlineColor

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  There is no replacement for this class..")]
    public NXColor OutlineColor { get; set; }
    Property Value
    Type Description
    NXColor

    ShowOutline

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  There is no replacement for this class..")]
    public bool ShowOutline { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

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