DOFTypegetMaxLength Method OpenDOF Object Access Library
Get the maximum length of the type.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public virtual int getMaxLength()

Return Value

Type: Int32
The maximum length of the type. May return 0 if the type does not have a length.
Remarks

Get the maximum length of the type.

Not all types have lengths, in these cases zero is returned.

See Also

Reference