Search Results for

    Show / Hide Table of Contents

    Class SearchCriteriaDatumTargetBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SearchCriteriaDatumTargetBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class SearchCriteriaDatumTargetBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SearchCriteriaDatumTargetBuilder()

    Declaration
    protected SearchCriteriaDatumTargetBuilder()

    Properties

    ByDatumMovable

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

    ByDatumTargetLabel

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

    ByDatumTargetType

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

    ByHeight

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

    ByInnerDiameter

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

    ByOuterDiameter

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

    ByText

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

    ByWidth

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

    DatumMovable

    Declaration
    public SearchCriteriaDatumTargetBuilder.DatumTargetMovableOptions DatumMovable { get; set; }
    Property Value
    Type Description
    SearchCriteriaDatumTargetBuilder.DatumTargetMovableOptions

    DatumTargetLabelText

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

    DatumTargetType

    Declaration
    public SearchCriteriaDatumTargetBuilder.DatumTargetTypes DatumTargetType { get; set; }
    Property Value
    Type Description
    SearchCriteriaDatumTargetBuilder.DatumTargetTypes

    HeightType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions HeightType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    HeightValue

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

    InnerDiameterType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions InnerDiameterType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    InnerDiameterValue

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

    OuterDiameterType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions OuterDiameterType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    OuterDiameterValue

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

    Text

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

    TextType

    Declaration
    public SearchModelViewBuilder.TextComparisionOptions TextType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.TextComparisionOptions

    WidthType

    Declaration
    public SearchModelViewBuilder.ValueComparisionOptions WidthType { get; set; }
    Property Value
    Type Description
    SearchModelViewBuilder.ValueComparisionOptions

    WidthValue

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

    Implements

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