Search Results for

    Show / Hide Table of Contents

    Class ShipbuildingLinesViewPreferences

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ShipbuildingLinesViewPreferences
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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, Lines)

    Declaration
    public int GetColor(string featureName, ShipbuildingLinesViewPreferences.Lines linesType)
    Parameters
    Type Name Description
    string featureName
    ShipbuildingLinesViewPreferences.Lines linesType
    Returns
    Type Description
    int

    GetFont(string, Lines)

    Declaration
    public Font GetFont(string featureName, ShipbuildingLinesViewPreferences.Lines linesType)
    Parameters
    Type Name Description
    string featureName
    ShipbuildingLinesViewPreferences.Lines linesType
    Returns
    Type Description
    Font

    GetSingleLineRepresentation(ShipbuildingLines, string)

    Declaration
    public bool GetSingleLineRepresentation(ShipbuildingLinesViewPreferences.ShipbuildingLines featureType, string featureName)
    Parameters
    Type Name Description
    ShipbuildingLinesViewPreferences.ShipbuildingLines featureType
    string featureName
    Returns
    Type Description
    bool

    GetWidth(string, Lines)

    Declaration
    public Width GetWidth(string featureName, ShipbuildingLinesViewPreferences.Lines linesType)
    Parameters
    Type Name Description
    string featureName
    ShipbuildingLinesViewPreferences.Lines linesType
    Returns
    Type Description
    Width

    SetColor(string, Lines, int)

    Declaration
    public void SetColor(string featureName, ShipbuildingLinesViewPreferences.Lines linesType, int color)
    Parameters
    Type Name Description
    string featureName
    ShipbuildingLinesViewPreferences.Lines linesType
    int color

    SetFont(string, Lines, Font)

    Declaration
    public void SetFont(string featureName, ShipbuildingLinesViewPreferences.Lines linesType, Font font)
    Parameters
    Type Name Description
    string featureName
    ShipbuildingLinesViewPreferences.Lines linesType
    Font font

    SetSingleLineRepresentation(ShipbuildingLines, string, bool)

    Declaration
    public void SetSingleLineRepresentation(ShipbuildingLinesViewPreferences.ShipbuildingLines featureType, string featureName, bool singleLine)
    Parameters
    Type Name Description
    ShipbuildingLinesViewPreferences.ShipbuildingLines featureType
    string featureName
    bool singleLine

    SetWidth(string, Lines, Width)

    Declaration
    public void SetWidth(string featureName, ShipbuildingLinesViewPreferences.Lines linesType, Width width)
    Parameters
    Type Name Description
    string featureName
    ShipbuildingLinesViewPreferences.Lines linesType
    Width width

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX