Search Results for

    Show / Hide Table of Contents

    Class ShipbuildingLinesViewStyle

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ShipbuildingLinesViewStyle
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ShipbuildingLinesViewStyle : NXRemotableObject, IMessageSink

    Constructors

    ShipbuildingLinesViewStyle(ViewStyle)

    Declaration
    protected ShipbuildingLinesViewStyle(ViewStyle owner)
    Parameters
    Type Name Description
    ViewStyle owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetColor(string, Lines)

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

    GetFont(string, Lines)

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

    GetSingleLineRepresentation(ShipbuildingLines, string)

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

    GetWidth(string, Lines)

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

    SetColor(string, Lines, int)

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

    SetFont(string, Lines, Font)

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

    SetSingleLineRepresentation(ShipbuildingLines, string, bool)

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

    SetWidth(string, Lines, Width)

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

    Implements

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