Search Results for

    Show / Hide Table of Contents

    Class BaseArgument

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseArgument
    DoubleArgument
    EnumerationArgument
    IntegerArgument
    StringArgument
    Implements
    IMessageSink
    INXObject
    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.Report
    Assembly: NXOpen.dll
    Syntax
    public class BaseArgument : TaggedObject, IMessageSink, INXObject

    Constructors

    BaseArgument()

    Declaration
    protected BaseArgument()

    Properties

    DisplayName

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

    Hint

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

    IsOccurrence

    Declaration
    public bool IsOccurrence { get; }
    Property Value
    Type Description
    bool

    JournalIdentifier

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

    Name

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

    Optional

    Declaration
    public bool Optional { get; set; }
    Property Value
    Type Description
    bool

    OwningComponent

    Declaration
    public Component OwningComponent { get; }
    Property Value
    Type Description
    Component

    OwningPart

    Declaration
    public BasePart OwningPart { get; }
    Property Value
    Type Description
    BasePart

    Prototype

    Declaration
    public INXObject Prototype { get; }
    Property Value
    Type Description
    INXObject

    Methods

    FindObject(string)

    Declaration
    public INXObject FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    string journalIdentifier
    Returns
    Type Description
    INXObject

    Print()

    Declaration
    public void Print()

    SetName(string)

    Declaration
    public void SetName(string name)
    Parameters
    Type Name Description
    string name

    Implements

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