LBM .Net API Documentation
PDMFieldInfo Constructor (id, name, type, required)
Namespacescom.latencybusters.pdmPDMFieldInfoPDMFieldInfo(Int32, Int32, PDMFieldType, Boolean)
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

Assembly: lbmcspdm (Module: lbmcspdm) Version: 5.3.6.0 (1.0.0.0)