Class ShipbuildingLinesViewPreferences
Inheritance
ShipbuildingLinesViewPreferences
Assembly: NXOpen.dll
Syntax
public class ShipbuildingLinesViewPreferences : NXRemotableObject, IMessageSink
Constructors
ShipbuildingLinesViewPreferences(ViewPreferences)
Declaration
protected ShipbuildingLinesViewPreferences(ViewPreferences owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
GetColor(string, Lines)
Declaration
public int GetColor(string featureName, ShipbuildingLinesViewPreferences.Lines linesType)
Parameters
Returns
GetFont(string, Lines)
Declaration
public Font GetFont(string featureName, ShipbuildingLinesViewPreferences.Lines linesType)
Parameters
Returns
GetSingleLineRepresentation(ShipbuildingLines, string)
Declaration
public bool GetSingleLineRepresentation(ShipbuildingLinesViewPreferences.ShipbuildingLines featureType, string featureName)
Parameters
Returns
GetWidth(string, Lines)
Declaration
public Width GetWidth(string featureName, ShipbuildingLinesViewPreferences.Lines linesType)
Parameters
Returns
SetColor(string, Lines, int)
Declaration
public void SetColor(string featureName, ShipbuildingLinesViewPreferences.Lines linesType, int color)
Parameters
SetFont(string, Lines, Font)
Declaration
public void SetFont(string featureName, ShipbuildingLinesViewPreferences.Lines linesType, Font font)
Parameters
SetSingleLineRepresentation(ShipbuildingLines, string, bool)
Declaration
public void SetSingleLineRepresentation(ShipbuildingLinesViewPreferences.ShipbuildingLines featureType, string featureName, bool singleLine)
Parameters
SetWidth(string, Lines, Width)
Declaration
public void SetWidth(string featureName, ShipbuildingLinesViewPreferences.Lines linesType, Width width)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink