Search Results for

    Show / Hide Table of Contents

    Class ShipDraftingViewLinesViewStyle

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    ShipDraftingViewLinesViewStyle
    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 ShipDraftingViewLinesViewStyle : NXRemotableObject, IMessageSink

    Constructors

    ShipDraftingViewLinesViewStyle(ViewStyle)

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

    Properties

    Tag

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

    Methods

    GetColor(String, ShipDraftingViewLinesViewStyle.Lines)

    Declaration
    public NXColor GetColor(string featureName, ShipDraftingViewLinesViewStyle.Lines linesType)
    Parameters
    Type Name Description
    System.String featureName
    ShipDraftingViewLinesViewStyle.Lines linesType
    Returns
    Type Description
    NXColor

    GetFont(String, ShipDraftingViewLinesViewStyle.Lines)

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

    GetShipDrawingObject(String)

    Declaration
    public bool GetShipDrawingObject(string featureName)
    Parameters
    Type Name Description
    System.String featureName
    Returns
    Type Description
    System.Boolean

    GetWidth(String, ShipDraftingViewLinesViewStyle.Lines)

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

    SetColor(String, ShipDraftingViewLinesViewStyle.Lines, NXColor)

    Declaration
    public void SetColor(string featureName, ShipDraftingViewLinesViewStyle.Lines linesType, NXColor color)
    Parameters
    Type Name Description
    System.String featureName
    ShipDraftingViewLinesViewStyle.Lines linesType
    NXColor color

    SetFont(String, ShipDraftingViewLinesViewStyle.Lines, Font)

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

    SetShipDrawingObject(String, Boolean)

    Declaration
    public void SetShipDrawingObject(string featureName, bool singleLine)
    Parameters
    Type Name Description
    System.String featureName
    System.Boolean singleLine

    SetWidth(String, ShipDraftingViewLinesViewStyle.Lines, Width)

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

    Implements

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