Search Results for

    Show / Hide Table of Contents

    Class ObjectMapEntry

    Inheritance
    System.Object
    ObjectMapEntry
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Utilities
    Assembly: NXOpen.Utilities.dll
    Syntax
    class ObjectMapEntry

    Constructors

    ObjectMapEntry(TaggedObject, String)

    Declaration
    public ObjectMapEntry(TaggedObject objParam, string classNameParam)
    Parameters
    Type Name Description
    TaggedObject objParam
    System.String classNameParam

    Properties

    ClassName

    Declaration
    public string ClassName { get; }
    Property Value
    Type Description
    System.String

    Obj

    Declaration
    public TaggedObject Obj { get; }
    Property Value
    Type Description
    TaggedObject

    RemainingUndoOverDelete

    Declaration
    public int RemainingUndoOverDelete { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX