Search Results for

    Show / Hide Table of Contents

    Struct SetObject

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

    Constructors

    SetObject(TaggedObject, CaeSetObjectSubType, int)

    Declaration
    public SetObject(TaggedObject Obj, CaeSetObjectSubType SubType, int SubId)
    Parameters
    Type Name Description
    TaggedObject Obj
    CaeSetObjectSubType SubType
    int SubId

    Fields

    Obj

    Declaration
    public TaggedObject Obj
    Field Value
    Type Description
    TaggedObject

    SubId

    Declaration
    public int SubId
    Field Value
    Type Description
    int

    SubType

    Declaration
    public CaeSetObjectSubType SubType
    Field Value
    Type Description
    CaeSetObjectSubType

    Methods

    ToString()

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