Search Results for

    Show / Hide Table of Contents

    Class ShipDraftingViewLinesViewPreferences

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    ShipDraftingViewLinesViewPreferences
    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.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class ShipDraftingViewLinesViewPreferences : NXRemotableObject, IMessageSink

    Constructors

    ShipDraftingViewLinesViewPreferences(ViewPreferences)

    Declaration
    protected ShipDraftingViewLinesViewPreferences(ViewPreferences owner)
    Parameters
    Type Name Description
    ViewPreferences owner

    Properties

    Tag

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

    Methods

    GetColor(String, ShipDraftingViewLinesViewPreferences.Lines)

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

    GetFont(String, ShipDraftingViewLinesViewPreferences.Lines)

    Declaration
    public Font GetFont(string featureName, ShipDraftingViewLinesViewPreferences.Lines linesType)
    Parameters
    Type Name Description
    System.String featureName
    ShipDraftingViewLinesViewPreferences.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, ShipDraftingViewLinesViewPreferences.Lines)

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

    SetColor(String, ShipDraftingViewLinesViewPreferences.Lines, Int32)

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

    SetFont(String, ShipDraftingViewLinesViewPreferences.Lines, Font)

    Declaration
    public void SetFont(string featureName, ShipDraftingViewLinesViewPreferences.Lines linesType, Font font)
    Parameters
    Type Name Description
    System.String featureName
    ShipDraftingViewLinesViewPreferences.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, ShipDraftingViewLinesViewPreferences.Lines, Width)

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

    Implements

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