Struct UFParam.IndexAttribute
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 IndexAttribute
Fields
dbl_default
Declaration
public double dbl_default
Field Value
Type | Description |
---|---|
System.Double |
int_default
Declaration
public int int_default
Field Value
Type | Description |
---|---|
System.Int32 |
key
Declaration
public int key
Field Value
Type | Description |
---|---|
System.Int32 |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |
regen_flag
Declaration
public UFParam.Regen regen_flag
Field Value
Type | Description |
---|---|
UFParam.Regen |
type
Declaration
public UFParam.Type type
Field Value
Type | Description |
---|---|
UFParam.Type |