Class PlotColorsWidthsBuilder
Inheritance
System.Object
System.MarshalByRefObject
PlotColorsWidthsBuilder
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
Assembly: NXOpen.dll
Syntax
public class PlotColorsWidthsBuilder : NXObject, IMessageSink, INXObject
Constructors
PlotColorsWidthsBuilder()
Declaration
protected PlotColorsWidthsBuilder()
Properties
Colors
Declaration
public PlotColorsWidthsBuilder.Color Colors { get; set; }
Property Value
Type | Description |
---|---|
PlotColorsWidthsBuilder.Color |
UseDrawingSheetColors
Declaration
public bool UseDrawingSheetColors { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseDrawingSheetWidths
Declaration
public bool UseDrawingSheetWidths { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Widths
Declaration
public PlotColorsWidthsBuilder.Width Widths { get; set; }
Property Value
Type | Description |
---|---|
PlotColorsWidthsBuilder.Width |
Methods
CreateCdf()
Declaration
public CDF CreateCdf()
Returns
Type | Description |
---|---|
CDF |
CreateWidthDefinition()
Declaration
public WidthDefinition CreateWidthDefinition()
Returns
Type | Description |
---|---|
WidthDefinition |
DefinePalette()
Declaration
public void DefinePalette()
DefineWidths()
Declaration
public void DefineWidths()
DeleteColors()
Declaration
public void DeleteColors()
DeleteWidths()
Declaration
public void DeleteWidths()
EditColors()
Declaration
public void EditColors()
EditWidths()
Declaration
public void EditWidths()
GetCdf()
Declaration
public CDF GetCdf()
Returns
Type | Description |
---|---|
CDF |
GetWidthDefinition()
Declaration
public WidthDefinition GetWidthDefinition()
Returns
Type | Description |
---|---|
WidthDefinition |
ResetColors()
Declaration
public void ResetColors()
ResetWidths()
Declaration
public void ResetWidths()
RetrieveColors()
Declaration
public void RetrieveColors()
RetrieveWidths()
Declaration
public void RetrieveWidths()
SaveColors()
Declaration
public void SaveColors()
SaveWidths()
Declaration
public void SaveWidths()
Implements
System.Runtime.Remoting.Messaging.IMessageSink