Class SearchCriteriaDatumTargetBuilder
Inheritance
System.Object
System.MarshalByRefObject
SearchCriteriaDatumTargetBuilder
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 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
DatumTargetLabelText
Declaration
public string DatumTargetLabelText { get; set; }
Property Value
Type |
Description |
System.String |
|
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
Type |
Description |
System.Double |
|
InnerDiameterType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions InnerDiameterType { get; set; }
Property Value
InnerDiameterValue
Declaration
public double InnerDiameterValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
OuterDiameterType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions OuterDiameterType { get; set; }
Property Value
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
WidthType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions WidthType { get; set; }
Property Value
WidthValue
Declaration
public double WidthValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink