Class PlotColorsWidthsBuilder
Inheritance
PlotColorsWidthsBuilder
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
UseDrawingSheetColors
Declaration
public bool UseDrawingSheetColors { get; set; }
Property Value
UseDrawingSheetWidths
Declaration
public bool UseDrawingSheetWidths { get; set; }
Property Value
Widths
Declaration
public PlotColorsWidthsBuilder.Width Widths { get; set; }
Property Value
Methods
CreateCdf()
Declaration
Returns
CreateWidthDefinition()
Declaration
public WidthDefinition CreateWidthDefinition()
Returns
DefinePalette()
Declaration
public void DefinePalette()
DefineWidths()
Declaration
public void DefineWidths()
DeleteColors()
Declaration
public void DeleteColors()
DeleteWidths()
Declaration
public void DeleteWidths()
EditColors()
Declaration
EditWidths()
Declaration
GetCdf()
Declaration
Returns
GetWidthDefinition()
Declaration
public WidthDefinition GetWidthDefinition()
Returns
ResetColors()
Declaration
public void ResetColors()
ResetWidths()
Declaration
public void ResetWidths()
RetrieveColors()
Declaration
public void RetrieveColors()
RetrieveWidths()
Declaration
public void RetrieveWidths()
SaveColors()
Declaration
SaveWidths()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink