Search Results for

    Show / Hide Table of Contents

    Class OnPathDimension

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    OnPathDimension
    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 OnPathDimension : UIBlock, IMessageSink

    Constructors

    OnPathDimension()

    Declaration
    protected OnPathDimension()

    Properties

    AdaptiveScaleLimits

    Declaration
    public bool AdaptiveScaleLimits { 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

    LineIncrement

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

    LocationOptionAsString

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

    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

    OptionMask

    Declaration
    public int OptionMask { get; set; }
    Property Value
    Type Description
    System.Int32

    OptionMenuTitle

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

    PageIncrement

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

    Path

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

    ShowFocusHandle

    Declaration
    public bool ShowFocusHandle { 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[]

    GetLocationOptionMembers()

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

    Implements

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