Search Results for

    Show / Hide Table of Contents

    Class NXColor

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

    Properties

    Handle

    Declaration
    public int Handle { get; }
    Property Value
    Type Description
    int

    Id

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    int

    Label

    Declaration
    public string Label { get; }
    Property Value
    Type Description
    string

    Methods

    GetRgb()

    Declaration
    public NXColor.Rgb GetRgb()
    Returns
    Type Description
    NXColor.Rgb

    Implements

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