Search Results for

    Show / Hide Table of Contents

    Class SearchCriteriaDatumTargetBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SearchCriteriaDatumTargetBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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.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
    System.Boolean

    ByDatumTargetLabel

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

    ByDatumTargetType

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

    ByHeight

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

    ByInnerDiameter

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

    ByOuterDiameter

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

    ByText

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

    ByWidth

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

    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
    System.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
    System.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
    System.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
    System.Double

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.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
    System.Double

    Implements

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