Class SearchCriteriaDatumTargetBuilder
Inheritance
SearchCriteriaDatumTargetBuilder
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
ByDatumTargetLabel
Declaration
public bool ByDatumTargetLabel { get; set; }
Property Value
ByDatumTargetType
Declaration
public bool ByDatumTargetType { get; set; }
Property Value
ByHeight
Declaration
public bool ByHeight { get; set; }
Property Value
ByInnerDiameter
Declaration
public bool ByInnerDiameter { get; set; }
Property Value
ByOuterDiameter
Declaration
public bool ByOuterDiameter { get; set; }
Property Value
ByText
Declaration
public bool ByText { get; set; }
Property Value
ByWidth
Declaration
public bool ByWidth { get; set; }
Property Value
DatumMovable
Declaration
public SearchCriteriaDatumTargetBuilder.DatumTargetMovableOptions DatumMovable { get; set; }
Property Value
DatumTargetLabelText
Declaration
public string DatumTargetLabelText { get; set; }
Property Value
DatumTargetType
Declaration
public SearchCriteriaDatumTargetBuilder.DatumTargetTypes DatumTargetType { get; set; }
Property Value
HeightType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions HeightType { get; set; }
Property Value
HeightValue
Declaration
public double HeightValue { get; set; }
Property Value
InnerDiameterType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions InnerDiameterType { get; set; }
Property Value
InnerDiameterValue
Declaration
public double InnerDiameterValue { get; set; }
Property Value
OuterDiameterType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions OuterDiameterType { get; set; }
Property Value
OuterDiameterValue
Declaration
public double OuterDiameterValue { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
TextType
Declaration
public SearchModelViewBuilder.TextComparisionOptions TextType { get; set; }
Property Value
WidthType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions WidthType { get; set; }
Property Value
WidthValue
Declaration
public double WidthValue { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink