Search Results for

    Show / Hide Table of Contents

    Class SpecifyLocation

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    SpecifyLocation
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class SpecifyLocation : UIBlock, IMessageSink

    Constructors

    SpecifyLocation()

    Declaration
    protected SpecifyLocation()

    Properties

    AutomaticProgression

    Declaration
    public bool AutomaticProgression { get; set; }
    Property Value
    Type Description
    bool

    CursorLocation

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

    DisplayTemporaryPoint

    Declaration
    public bool DisplayTemporaryPoint { get; set; }
    Property Value
    Type Description
    bool

    LabelString

    Declaration
    public string LabelString { get; set; }
    Property Value
    Type Description
    string

    LocationSpecified

    Declaration
    public bool LocationSpecified { get; }
    Property Value
    Type Description
    bool

    StepStatusAsString

    Declaration
    public string StepStatusAsString { get; set; }
    Property Value
    Type Description
    string

    Methods

    GetStepStatusMembers()

    Declaration
    public string[] GetStepStatusMembers()
    Returns
    Type Description
    string[]

    ResetCursorLocation()

    Declaration
    public void ResetCursorLocation()

    TestCursorLocationSpecified(Point3d)

    Declaration
    public void TestCursorLocationSpecified(Point3d cursorLocation)
    Parameters
    Type Name Description
    Point3d cursorLocation

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX