Class UdeParameterBuilder
Inheritance
UdeParameterBuilder
Assembly: NXOpen.dll
Syntax
public class UdeParameterBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
UdeParameterBuilder()
Declaration
protected UdeParameterBuilder()
Properties
DoubleDefaultValue
Declaration
public double DoubleDefaultValue { get; set; }
Property Value
EnumerationDefaultValue
Declaration
public string EnumerationDefaultValue { get; set; }
Property Value
GroupState
Declaration
public UdeParameterBuilder.GroupStateType GroupState { get; set; }
Property Value
IntegerDefaultValue
Declaration
public int IntegerDefaultValue { get; set; }
Property Value
ItemType
Declaration
public UdeParameterBuilder.Type ItemType { get; set; }
Property Value
ParameterID
Declaration
public string ParameterID { get; set; }
Property Value
ParameterStatus
Declaration
public UdeParameterBuilder.ParameterStatusType ParameterStatus { get; set; }
Property Value
StringDefaultValue
Declaration
public string StringDefaultValue { get; set; }
Property Value
ToggleDefaultValue
Declaration
public bool ToggleDefaultValue { get; set; }
Property Value
UILabel
Declaration
public string UILabel { get; set; }
Property Value
Methods
GetEnumerationItems()
Declaration
public string[] GetEnumerationItems()
Returns
SetEnumerationItems(string[])
Declaration
public void SetEnumerationItems(string[] enumerationItems)
Parameters
Type |
Name |
Description |
string[] |
enumerationItems |
|
SetGroup(UdeParameterBuilder)
Declaration
public void SetGroup(UdeParameterBuilder parentBuilder)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink