Search Results for

    Show / Hide Table of Contents

    Class SpreadsheetDataParameter

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    SpreadsheetDataParameter
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class SpreadsheetDataParameter : TransientObject, IMessageSink, IDisposable

    Constructors

    SpreadsheetDataParameter(nint)

    Declaration
    protected SpreadsheetDataParameter(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    DescriptiveName

    Declaration
    public string DescriptiveName { get; set; }
    Property Value
    Type Description
    string

    ParameterName

    Declaration
    public string ParameterName { get; set; }
    Property Value
    Type Description
    string

    ParameterStatus

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

    ParameterValue

    Declaration
    public string ParameterValue { get; set; }
    Property Value
    Type Description
    string

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetValueList(out string[])

    Declaration
    public void GetValueList(out string[] paraValues)
    Parameters
    Type Name Description
    string[] paraValues

    HasStatus(Status)

    Declaration
    public bool HasStatus(SpreadsheetDataParameter.Status parameterStatus)
    Parameters
    Type Name Description
    SpreadsheetDataParameter.Status parameterStatus
    Returns
    Type Description
    bool

    Implements

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