Search Results for

    Show / Hide Table of Contents

    Class VectorStyle2DSetting

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseDisplayStyleSetting
    BaseSymbolStyleSetting
    BaseLineStyleSetting
    VectorStyle2DSetting
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    Inherited Members
    BaseLineStyleSetting.Color
    BaseLineStyleSetting.Font
    BaseLineStyleSetting.Width
    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
    public class VectorStyle2DSetting : BaseLineStyleSetting, IMessageSink, IDisplayStyle

    Constructors

    VectorStyle2DSetting()

    Declaration
    protected VectorStyle2DSetting()

    Properties

    DrawText

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

    IsAutoTextCount

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

    MaximumTextCount

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

    OverlapTextAndVector

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

    Methods

    GetNthVectorColor(Int32)

    Declaration
    public NXColor GetNthVectorColor(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    NXColor

    GetVectorColors()

    Declaration
    public NXColor[] GetVectorColors()
    Returns
    Type Description
    NXColor[]

    SetNthVectorColors(Int32, NXColor)

    Declaration
    public void SetNthVectorColors(int index, NXColor vectorColors)
    Parameters
    Type Name Description
    System.Int32 index
    NXColor vectorColors

    SetVectorColors(NXColor[])

    Declaration
    public void SetVectorColors(NXColor[] vectorColors)
    Parameters
    Type Name Description
    NXColor[] vectorColors

    Implements

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