LBM .Net API Documentation
addFieldInfo Method (name, type, required)
Namespacescom.latencybusters.pdmPDMDefinitionaddFieldInfo(String, PDMFieldType, Boolean)
Adds field information to the definition with a string field name
Declaration Syntax
C#
public virtual PDMFieldInfo addFieldInfo(
	string name,
	PDMFieldType type,
	bool required
)
Parameters
name (String)
the string name of the field
type (PDMFieldType)
the type of field
required (Boolean)
whether or not the field is required
Return Value
the {@link PDMFieldInfo} handle

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