Struct UFPlist.FieldFormat
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 FieldFormat
Fields
format_type
Declaration
public int format_type
Field Value
Type | Description |
---|---|
System.Int32 |
justification
Declaration
public int justification
Field Value
Type | Description |
---|---|
System.Int32 |
lead_str
Declaration
public string lead_str
Field Value
Type | Description |
---|---|
System.String |
precision
Declaration
public int precision
Field Value
Type | Description |
---|---|
System.Int32 |
trailing_str
Declaration
public string trailing_str
Field Value
Type | Description |
---|---|
System.String |
width
Declaration
public int width
Field Value
Type | Description |
---|---|
System.Int32 |