DOFBlobType Constructor (Int32)OpenDOF Object Access Library
Construct a type that requires a fixed-length blob.

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

C#
public Type(
	int fixedLength
)

Parameters

fixedLength
Type: SystemInt32
The required length of the blob. Must not be negative.
Remarks

Construct a type that requires a fixed-length blob. This is exactly the same as calling the constructor:
new Type (length, length)
.
See Also

Reference