Search Results for

    Show / Hide Table of Contents

    Class GraphControl

    Inheritance
    object
    RuntimeObject
    GraphControl
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    RuntimeObject.GetStringValue(int)
    RuntimeObject.SetStringValue(int, string)
    RuntimeObject.GetBoolArrayValue(int)
    RuntimeObject.SetBoolArrayValue(int, bool[])
    RuntimeObject.GetIntArrayValue(int)
    RuntimeObject.SetIntArrayValue(int, int[])
    RuntimeObject.GetDoubleArrayValue(int)
    RuntimeObject.SetDoubleArrayValue(int, double[])
    RuntimeObject.GetStringArrayValue(int)
    RuntimeObject.SetStringArrayValue(int, string[])
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.Utilities.dll
    Syntax
    [Obsolete("Deprecated in NX12.0.1. Please use ElecCamCoupling instead")]
    public class GraphControl : RuntimeObject

    Constructors

    GraphControl(nint)

    Declaration
    protected GraphControl(nint pItem)
    Parameters
    Type Name Description
    nint pItem

    Properties

    Active

    Declaration
    public override bool Active { get; set; }
    Property Value
    Type Description
    bool
    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
    double

    MasterScale

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

    SlaveScale

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

    TableObj

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

    ValueOffset

    Declaration
    public double ValueOffset { get; set; }
    Property Value
    Type Description
    double
    In this article
    Back to top Generated by DocFX