Search Results for

    Show / Hide Table of Contents

    Class SearchCriteriaDimensionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SearchCriteriaDimensionBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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 SearchCriteriaDimensionBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SearchCriteriaDimensionBuilder()

    Declaration
    protected SearchCriteriaDimensionBuilder()

    Properties

    AboveText

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

    AboveTextType

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

    AfterText

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

    AfterTextType

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

    BeforeText

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

    BeforeTextType

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

    BelowText

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

    BelowTextType

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

    ByAboveText

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

    ByAfterText

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

    ByBeforeText

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

    ByBelowText

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

    ByDeviation

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

    ByDiameterSymbol

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

    ByDimensionType

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

    ByDimensionValue

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

    ByGrade

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

    ByLowerTolerance

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

    ByRadialSymbol

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

    ByToleranceType

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

    ByUpperTolerance

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

    Callout

    Declaration
    public SearchCriteriaCalloutBuilder Callout { get; }
    Property Value
    Type Description
    SearchCriteriaCalloutBuilder

    Deviation

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

    DiameterSymbol

    Declaration
    public SearchCriteriaDimensionBuilder.DiameterSymbolOptions DiameterSymbol { get; set; }
    Property Value
    Type Description
    SearchCriteriaDimensionBuilder.DiameterSymbolOptions

    DimensionType

    Declaration
    public SearchCriteriaDimensionBuilder.DimensionTypes DimensionType { get; set; }
    Property Value
    Type Description
    SearchCriteriaDimensionBuilder.DimensionTypes

    DimensionValue

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

    DimensionValueType

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

    Grade

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

    LowerToleranceType

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

    LowerToleranceValue

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

    MeasurementType

    Declaration
    public SearchCriteriaDimensionBuilder.MeasurementTypes MeasurementType { get; set; }
    Property Value
    Type Description
    SearchCriteriaDimensionBuilder.MeasurementTypes

    RadialSymbol

    Declaration
    public SearchCriteriaDimensionBuilder.RadialSymbolOptions RadialSymbol { get; set; }
    Property Value
    Type Description
    SearchCriteriaDimensionBuilder.RadialSymbolOptions

    ToleranceType

    Declaration
    public SearchCriteriaDimensionBuilder.ToleranceTypes ToleranceType { get; set; }
    Property Value
    Type Description
    SearchCriteriaDimensionBuilder.ToleranceTypes

    UpperToleranceType

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

    UpperToleranceValue

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

    Implements

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