Search Results for

    Show / Hide Table of Contents

    Class LinearDimension

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    LinearDimension
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class LinearDimension : UIBlock, IMessageSink

    Constructors

    LinearDimension()

    Declaration
    protected LinearDimension()

    Properties

    AdaptiveScaleLimits

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

    AutoReverseDuringDrag

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

    BalloonTooltipImage

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

    BalloonTooltipLayoutAsString

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

    BalloonTooltipText

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

    ExpressionObject

    Declaration
    public TaggedObject ExpressionObject { get; set; }
    Property Value
    Type Description
    TaggedObject

    Formula

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

    HandleOrientation

    Declaration
    public Vector3d HandleOrientation { get; set; }
    Property Value
    Type Description
    Vector3d

    HandleOrigin

    Declaration
    public Point3d HandleOrigin { get; set; }
    Property Value
    Type Description
    Point3d

    LineIncrement

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

    MaximumValue

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

    MaxInclusive

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

    MinimumValue

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

    MinInclusive

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

    PageIncrement

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

    ShowFocusHandle

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

    ShowHandle

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

    SnapPointTypesOnByDefault

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  This call can be safely removed as this is now a no-op.")]
    public int SnapPointTypesOnByDefault { get; set; }
    Property Value
    Type Description
    System.Int32

    Units

    Declaration
    public TaggedObject Units { get; set; }
    Property Value
    Type Description
    TaggedObject

    Value

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

    WithScale

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

    Methods

    GetBalloonTooltipLayoutMembers()

    Declaration
    public string[] GetBalloonTooltipLayoutMembers()
    Returns
    Type Description
    System.String[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX