Class VectorStyle2DSetting
Inheritance
System.Object
System.MarshalByRefObject
VectorStyle2DSetting
Inherited Members
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