Constructor used for single value fields with int names
(except for fixed length strings)
Declaration Syntax
C# |
protected internal PDMFieldInfo( int id, int name, PDMFieldType type, bool required )
Parameters
- id (Int32)
- the internal id of the field info
- name (Int32)
- the int name
- type (PDMFieldType)
- the type
- required (Boolean)
- whether or not the field is required