Class DiagramDisplayStyles
Inheritance
System.Object
System.MarshalByRefObject
DiagramDisplayStyles
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class DiagramDisplayStyles : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle
Constructors
DiagramDisplayStyles()
Declaration
protected DiagramDisplayStyles()
Properties
StyleCount
Declaration
public int StyleCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
GetBarStyleSetting(Int32)
Declaration
public BaseBarStyleSetting GetBarStyleSetting(int styleIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
styleIndex |
|
Returns
GetGraphStyle(Int32)
Declaration
public GraphStyle GetGraphStyle(int styleIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
styleIndex |
|
Returns
GetLineStyleSetting(Int32)
Declaration
public BaseLineStyleSetting GetLineStyleSetting(int styleIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
styleIndex |
|
Returns
GetPlateStyleSetting(Int32)
Declaration
[Obsolete("Deprecated in NX12.0.0. There is no replacement for this function")]
public BasePlateStyleSetting GetPlateStyleSetting(int styleIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
styleIndex |
|
Returns
GetScatterStyleSetting(Int32)
Declaration
public ScatterStyleSetting GetScatterStyleSetting(int styleIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
styleIndex |
|
Returns
GetSurfaceStyleSetting(Int32)
Declaration
public SurfaceStyleSetting GetSurfaceStyleSetting(int styleIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
styleIndex |
|
Returns
GetVectorStyleSetting(Int32)
Declaration
public VectorStyle2DSetting GetVectorStyleSetting(int styleIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
styleIndex |
|
Returns
SetGraphStyle(Int32, GraphStyle)
Declaration
public void SetGraphStyle(int styleIndex, GraphStyle graphStyle)
Parameters
Type |
Name |
Description |
System.Int32 |
styleIndex |
|
GraphStyle |
graphStyle |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink