Class ShipbuildingLinesViewPreferences
Inheritance
System.Object
System.MarshalByRefObject
ShipbuildingLinesViewPreferences
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Preferences
Assembly: NXOpen.dll
Syntax
public class ShipbuildingLinesViewPreferences : NXRemotableObject, IMessageSink
Constructors
ShipbuildingLinesViewPreferences(ViewPreferences)
Declaration
protected ShipbuildingLinesViewPreferences(ViewPreferences owner)
Parameters
Type | Name | Description |
---|---|---|
ViewPreferences | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
GetColor(String, ShipbuildingLinesViewPreferences.Lines)
Declaration
public int GetColor(string featureName, ShipbuildingLinesViewPreferences.Lines linesType)
Parameters
Type | Name | Description |
---|---|---|
System.String | featureName | |
ShipbuildingLinesViewPreferences.Lines | linesType |
Returns
Type | Description |
---|---|
System.Int32 |
GetFont(String, ShipbuildingLinesViewPreferences.Lines)
Declaration
public Font GetFont(string featureName, ShipbuildingLinesViewPreferences.Lines linesType)
Parameters
Type | Name | Description |
---|---|---|
System.String | featureName | |
ShipbuildingLinesViewPreferences.Lines | linesType |
Returns
Type | Description |
---|---|
Font |
GetSingleLineRepresentation(ShipbuildingLinesViewPreferences.ShipbuildingLines, String)
Declaration
public bool GetSingleLineRepresentation(ShipbuildingLinesViewPreferences.ShipbuildingLines featureType, string featureName)
Parameters
Type | Name | Description |
---|---|---|
ShipbuildingLinesViewPreferences.ShipbuildingLines | featureType | |
System.String | featureName |
Returns
Type | Description |
---|---|
System.Boolean |
GetWidth(String, ShipbuildingLinesViewPreferences.Lines)
Declaration
public Width GetWidth(string featureName, ShipbuildingLinesViewPreferences.Lines linesType)
Parameters
Type | Name | Description |
---|---|---|
System.String | featureName | |
ShipbuildingLinesViewPreferences.Lines | linesType |
Returns
Type | Description |
---|---|
Width |
SetColor(String, ShipbuildingLinesViewPreferences.Lines, Int32)
Declaration
public void SetColor(string featureName, ShipbuildingLinesViewPreferences.Lines linesType, int color)
Parameters
Type | Name | Description |
---|---|---|
System.String | featureName | |
ShipbuildingLinesViewPreferences.Lines | linesType | |
System.Int32 | color |
SetFont(String, ShipbuildingLinesViewPreferences.Lines, Font)
Declaration
public void SetFont(string featureName, ShipbuildingLinesViewPreferences.Lines linesType, Font font)
Parameters
Type | Name | Description |
---|---|---|
System.String | featureName | |
ShipbuildingLinesViewPreferences.Lines | linesType | |
Font | font |
SetSingleLineRepresentation(ShipbuildingLinesViewPreferences.ShipbuildingLines, String, Boolean)
Declaration
public void SetSingleLineRepresentation(ShipbuildingLinesViewPreferences.ShipbuildingLines featureType, string featureName, bool singleLine)
Parameters
Type | Name | Description |
---|---|---|
ShipbuildingLinesViewPreferences.ShipbuildingLines | featureType | |
System.String | featureName | |
System.Boolean | singleLine |
SetWidth(String, ShipbuildingLinesViewPreferences.Lines, Width)
Declaration
public void SetWidth(string featureName, ShipbuildingLinesViewPreferences.Lines linesType, Width width)
Parameters
Type | Name | Description |
---|---|---|
System.String | featureName | |
ShipbuildingLinesViewPreferences.Lines | linesType | |
Width | width |
Implements
System.Runtime.Remoting.Messaging.IMessageSink