Search Results for

    Show / Hide Table of Contents

    Struct LineCfw

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public struct LineCfw

    Constructors

    LineCfw(int, ObjectFont, LineWidth)

    Declaration
    public LineCfw(int Color, DisplayableObject.ObjectFont Font, LineWidth Width)
    Parameters
    Type Name Description
    int Color
    DisplayableObject.ObjectFont Font
    LineWidth Width

    Fields

    Color

    Declaration
    public int Color
    Field Value
    Type Description
    int

    Font

    Declaration
    public DisplayableObject.ObjectFont Font
    Field Value
    Type Description
    DisplayableObject.ObjectFont

    Width

    Declaration
    public LineWidth Width
    Field Value
    Type Description
    LineWidth

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX