Class CharacteristicsSelectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
CharacteristicsSelectionBuilder
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 CharacteristicsSelectionBuilder : NXObject, IMessageSink, INXObject
Constructors
CharacteristicsSelectionBuilder()
Declaration
protected CharacteristicsSelectionBuilder()
Properties
AttributeList
Declaration
public NXObjectList AttributeList { get; }
Property Value
SelectObjectList
Declaration
public SelectNXObjectList SelectObjectList { get; }
Property Value
Methods
CreateAttributeListEntry(Boolean, Boolean, Boolean, Boolean, String, Int32, Int32, String)
Declaration
public CharacteristicsValueBuilder CreateAttributeListEntry(bool required, bool onObject, bool locked, bool inherited, string iconName, int pointMarker, int color, string title)
Parameters
Type |
Name |
Description |
System.Boolean |
required |
|
System.Boolean |
onObject |
|
System.Boolean |
locked |
|
System.Boolean |
inherited |
|
System.String |
iconName |
|
System.Int32 |
pointMarker |
|
System.Int32 |
color |
|
System.String |
title |
|
Returns
CreateAttributeListEntry(Boolean, Boolean, Boolean, String, Int32, Int32, String)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Weld.CharacteristicsSelectionBuilder.CreateAttributeListEntry with inherited parameter instead.")]
public CharacteristicsValueBuilder CreateAttributeListEntry(bool required, bool onObject, bool locked, string iconName, int pointMarker, int color, string title)
Parameters
Type |
Name |
Description |
System.Boolean |
required |
|
System.Boolean |
onObject |
|
System.Boolean |
locked |
|
System.String |
iconName |
|
System.Int32 |
pointMarker |
|
System.Int32 |
color |
|
System.String |
title |
|
Returns
CreateDoubleAttributeListEntry(Boolean, Boolean, Boolean, Boolean, String, Int32, Int32, String, Double)
Declaration
public CharacteristicsValueBuilder CreateDoubleAttributeListEntry(bool required, bool onObject, bool locked, bool inherited, string iconName, int pointMarker, int color, string title, double currentValue)
Parameters
Type |
Name |
Description |
System.Boolean |
required |
|
System.Boolean |
onObject |
|
System.Boolean |
locked |
|
System.Boolean |
inherited |
|
System.String |
iconName |
|
System.Int32 |
pointMarker |
|
System.Int32 |
color |
|
System.String |
title |
|
System.Double |
currentValue |
|
Returns
CreateDoubleAttributeListEntry(Boolean, Boolean, Boolean, String, Int32, Int32, String, Double)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Weld.CharacteristicsSelectionBuilder.CreateDoubleAttributeListEntry with inherited parameter instead.")]
public CharacteristicsValueBuilder CreateDoubleAttributeListEntry(bool required, bool onObject, bool locked, string iconName, int pointMarker, int color, string title, double currentValue)
Parameters
Type |
Name |
Description |
System.Boolean |
required |
|
System.Boolean |
onObject |
|
System.Boolean |
locked |
|
System.String |
iconName |
|
System.Int32 |
pointMarker |
|
System.Int32 |
color |
|
System.String |
title |
|
System.Double |
currentValue |
|
Returns
CreateIntegerAttributeListEntry(Boolean, Boolean, Boolean, Boolean, String, Int32, Int32, String, Int32)
Declaration
public CharacteristicsValueBuilder CreateIntegerAttributeListEntry(bool required, bool onObject, bool locked, bool inherited, string iconName, int pointMarker, int color, string title, int currentValue)
Parameters
Type |
Name |
Description |
System.Boolean |
required |
|
System.Boolean |
onObject |
|
System.Boolean |
locked |
|
System.Boolean |
inherited |
|
System.String |
iconName |
|
System.Int32 |
pointMarker |
|
System.Int32 |
color |
|
System.String |
title |
|
System.Int32 |
currentValue |
|
Returns
CreateIntegerAttributeListEntry(Boolean, Boolean, Boolean, String, Int32, Int32, String, Int32)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Weld.CharacteristicsSelectionBuilder.CreateIntegerAttributeListEntry with inherited parameter instead.")]
public CharacteristicsValueBuilder CreateIntegerAttributeListEntry(bool required, bool onObject, bool locked, string iconName, int pointMarker, int color, string title, int currentValue)
Parameters
Type |
Name |
Description |
System.Boolean |
required |
|
System.Boolean |
onObject |
|
System.Boolean |
locked |
|
System.String |
iconName |
|
System.Int32 |
pointMarker |
|
System.Int32 |
color |
|
System.String |
title |
|
System.Int32 |
currentValue |
|
Returns
CreateOptionAttributeListEntry(Boolean, Boolean, Boolean, Boolean, String, Int32, Int32, String, String, String[])
Declaration
public CharacteristicsValueBuilder CreateOptionAttributeListEntry(bool required, bool onObject, bool locked, bool inherited, string iconName, int pointMarker, int color, string title, string currentValue, string[] options)
Parameters
Type |
Name |
Description |
System.Boolean |
required |
|
System.Boolean |
onObject |
|
System.Boolean |
locked |
|
System.Boolean |
inherited |
|
System.String |
iconName |
|
System.Int32 |
pointMarker |
|
System.Int32 |
color |
|
System.String |
title |
|
System.String |
currentValue |
|
System.String[] |
options |
|
Returns
CreateOptionAttributeListEntry(Boolean, Boolean, Boolean, String, Int32, Int32, String, String, String[])
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Weld.CharacteristicsSelectionBuilder.CreateOptionAttributeListEntry with inherited parameter instead.")]
public CharacteristicsValueBuilder CreateOptionAttributeListEntry(bool required, bool onObject, bool locked, string iconName, int pointMarker, int color, string title, string currentValue, string[] options)
Parameters
Type |
Name |
Description |
System.Boolean |
required |
|
System.Boolean |
onObject |
|
System.Boolean |
locked |
|
System.String |
iconName |
|
System.Int32 |
pointMarker |
|
System.Int32 |
color |
|
System.String |
title |
|
System.String |
currentValue |
|
System.String[] |
options |
|
Returns
CreateStringAttributeListEntry(Boolean, Boolean, Boolean, Boolean, String, Int32, Int32, String, String)
Declaration
public CharacteristicsValueBuilder CreateStringAttributeListEntry(bool required, bool onObject, bool locked, bool inherited, string iconName, int pointMarker, int color, string title, string currentValue)
Parameters
Type |
Name |
Description |
System.Boolean |
required |
|
System.Boolean |
onObject |
|
System.Boolean |
locked |
|
System.Boolean |
inherited |
|
System.String |
iconName |
|
System.Int32 |
pointMarker |
|
System.Int32 |
color |
|
System.String |
title |
|
System.String |
currentValue |
|
Returns
CreateStringAttributeListEntry(Boolean, Boolean, Boolean, String, Int32, Int32, String, String)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Weld.CharacteristicsSelectionBuilder.CreateStringAttributeListEntry with inherited parameter instead.")]
public CharacteristicsValueBuilder CreateStringAttributeListEntry(bool required, bool onObject, bool locked, string iconName, int pointMarker, int color, string title, string currentValue)
Parameters
Type |
Name |
Description |
System.Boolean |
required |
|
System.Boolean |
onObject |
|
System.Boolean |
locked |
|
System.String |
iconName |
|
System.Int32 |
pointMarker |
|
System.Int32 |
color |
|
System.String |
title |
|
System.String |
currentValue |
|
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink