Struct UFPd.AttributeValue
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public struct AttributeValue
  Fields
integer_value
Declaration
public int integer_value
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
number_value
Declaration
public double number_value
  Field Value
| Type | Description | 
|---|---|
| System.Double | 
string_value
Declaration
public string string_value
  Field Value
| Type | Description | 
|---|---|
| System.String | 
value_title
Declaration
public string value_title
  Field Value
| Type | Description | 
|---|---|
| System.String | 
value_type
Declaration
public UFPd.AttributeValueType value_type
  Field Value
| Type | Description | 
|---|---|
| UFPd.AttributeValueType |