Search Results for

    Show / Hide Table of Contents

    Class RuntimeNC

    Inheritance
    System.Object
    RuntimeObject
    RuntimeNC
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    RuntimeObject.Active
    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
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class RuntimeNC : RuntimeObject

    Constructors

    RuntimeNC(IntPtr)

    Declaration
    protected RuntimeNC(IntPtr pItem)
    Parameters
    Type Name Description
    System.IntPtr pItem

    Properties

    IsFinished

    Declaration
    public bool IsFinished { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsPause

    Declaration
    public bool IsPause { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsRun

    Declaration
    public bool IsRun { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsToolChanged

    Declaration
    public bool IsToolChanged { get; set; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX