Search Results for

    Show / Hide Table of Contents

    Class ShipbuildingLinesViewStyle

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    ShipbuildingLinesViewStyle
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.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, ShipbuildingLinesViewStyle.Lines)

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

    GetFont(String, ShipbuildingLinesViewStyle.Lines)

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

    GetSingleLineRepresentation(ShipbuildingLinesViewStyle.ShipbuildingLines, String)

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

    GetWidth(String, ShipbuildingLinesViewStyle.Lines)

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

    SetColor(String, ShipbuildingLinesViewStyle.Lines, Int32)

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

    SetFont(String, ShipbuildingLinesViewStyle.Lines, Font)

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

    SetSingleLineRepresentation(ShipbuildingLinesViewStyle.ShipbuildingLines, String, Boolean)

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

    SetWidth(String, ShipbuildingLinesViewStyle.Lines, Width)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX