Class CharacteristicsValueBuilder
Inheritance
CharacteristicsValueBuilder
Assembly: NXOpen.dll
Syntax
public class CharacteristicsValueBuilder : NXObject, IMessageSink, INXObject
Constructors
CharacteristicsValueBuilder()
Declaration
protected CharacteristicsValueBuilder()
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
AttributeType
Declaration
public CharacteristicsValueBuilder.Type AttributeType { get; }
Property Value
Inherited
Declaration
public bool Inherited { get; set; }
Property Value
Required
Declaration
public bool Required { get; }
Property Value
Title
Declaration
public string Title { get; }
Property Value
ValueChanged
Declaration
public bool ValueChanged { get; set; }
Property Value
ValueDouble
Declaration
public double ValueDouble { get; set; }
Property Value
ValueInteger
Declaration
public int ValueInteger { get; set; }
Property Value
ValueString
Declaration
public string ValueString { get; set; }
Property Value
Methods
GetOptionStrings(out string[])
Declaration
public void GetOptionStrings(out string[] strings)
Parameters
Type |
Name |
Description |
string[] |
strings |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink