Search Results for

    Show / Hide Table of Contents

    Class WidthDefinition

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    WidthDefinition
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class WidthDefinition : TaggedObject, IMessageSink

    Constructors

    WidthDefinition()

    Declaration
    protected WidthDefinition()

    Properties

    Single

    Declaration
    public int Single { get; set; }
    Property Value
    Type Description
    int

    SingleSource

    Declaration
    public int SingleSource { get; set; }
    Property Value
    Type Description
    int

    SingleWidth

    Declaration
    public double SingleWidth { get; set; }
    Property Value
    Type Description
    double

    Units

    Declaration
    public int Units { get; set; }
    Property Value
    Type Description
    int

    Use

    Declaration
    public int Use { get; set; }
    Property Value
    Type Description
    int

    Methods

    GetColorWidths()

    Declaration
    public ColorWidth[] GetColorWidths()
    Returns
    Type Description
    ColorWidth[]

    GetCustomWidths()

    Declaration
    public CustomWidth[] GetCustomWidths()
    Returns
    Type Description
    CustomWidth[]

    Implements

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