Search Results for

    Show / Hide Table of Contents

    Class GraphControl

    Inheritance
    System.Object
    RuntimeObject
    GraphControl
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    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
    [Obsolete("Deprecated in NX12.0.1. Please use ElecCamCoupling instead")]
    public class GraphControl : RuntimeObject

    Constructors

    GraphControl(IntPtr)

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

    Properties

    Active

    Declaration
    public override bool Active { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    RuntimeObject.Active

    AxisControl

    Declaration
    public ControlBase AxisControl { get; set; }
    Property Value
    Type Description
    ControlBase

    InitialTime

    Declaration
    public double InitialTime { get; set; }
    Property Value
    Type Description
    System.Double

    MasterScale

    Declaration
    public double MasterScale { get; set; }
    Property Value
    Type Description
    System.Double

    SlaveScale

    Declaration
    public double SlaveScale { get; set; }
    Property Value
    Type Description
    System.Double

    TableObj

    Declaration
    public TableBase TableObj { get; set; }
    Property Value
    Type Description
    TableBase

    ValueOffset

    Declaration
    public double ValueOffset { get; set; }
    Property Value
    Type Description
    System.Double
    In This Article
    Back to top Generated by DocFX