Class SearchCriteriaDimensionBuilder
Inheritance
System.Object
System.MarshalByRefObject
SearchCriteriaDimensionBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
AfterText
Declaration
public string AfterText { get; set; }
Property Value
Type |
Description |
System.String |
|
AfterTextType
Declaration
public SearchModelViewBuilder.TextComparisionOptions AfterTextType { get; set; }
Property Value
BeforeText
Declaration
public string BeforeText { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeTextType
Declaration
public SearchModelViewBuilder.TextComparisionOptions BeforeTextType { get; set; }
Property Value
BelowText
Declaration
public string BelowText { get; set; }
Property Value
Type |
Description |
System.String |
|
BelowTextType
Declaration
public SearchModelViewBuilder.TextComparisionOptions BelowTextType { get; set; }
Property Value
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
Deviation
Declaration
public string Deviation { get; set; }
Property Value
Type |
Description |
System.String |
|
DiameterSymbol
Declaration
public SearchCriteriaDimensionBuilder.DiameterSymbolOptions DiameterSymbol { get; set; }
Property Value
DimensionType
Declaration
public SearchCriteriaDimensionBuilder.DimensionTypes DimensionType { get; set; }
Property Value
DimensionValue
Declaration
public double DimensionValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
DimensionValueType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions DimensionValueType { get; set; }
Property Value
Grade
Declaration
public string Grade { get; set; }
Property Value
Type |
Description |
System.String |
|
LowerToleranceType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions LowerToleranceType { get; set; }
Property Value
LowerToleranceValue
Declaration
public double LowerToleranceValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
MeasurementType
Declaration
public SearchCriteriaDimensionBuilder.MeasurementTypes MeasurementType { get; set; }
Property Value
RadialSymbol
Declaration
public SearchCriteriaDimensionBuilder.RadialSymbolOptions RadialSymbol { get; set; }
Property Value
ToleranceType
Declaration
public SearchCriteriaDimensionBuilder.ToleranceTypes ToleranceType { get; set; }
Property Value
UpperToleranceType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions UpperToleranceType { get; set; }
Property Value
UpperToleranceValue
Declaration
public double UpperToleranceValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink