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