/// <summary>
 /// Default constructor.
 /// </summary>
 public LASVariableLengthRecord()
 {
     hvlrh = CAPI.LASVLR_Create();
 }